본문 바로가기

백엔드

[MAC]anaconda설치와 zsh: command not found: conda

반응형

https://www.anaconda.com/products/individual#macos

 

Individual Edition

🐍 Open Source Anaconda Individual Edition is the world’s most popular Python distribution platform with over 20 million users worldwide. You can trust in our long-term commitment to supporting the Anaconda open-source ecosystem, the platform of choice

www.anaconda.com

anaconda를 설치하기 위해, macos - download를 클릭하면 이 창이 나온다.

맨 아래에 보면 설치창이 있다.

그럼 MacOS의 3.7을 보면 저렇게 2개가 있다.

2개를 다 다운 받는다.

graphical installer가 설치되면 이처럼 설치할 수 있다.

나는 upgrade하라는 표시가 떠서 upgrade를 시도했다.

 

upgrade를 시도하였으나 'zsh: command not found: conda' 표시가 나타난다.

 

이때 2번째의 파일을 다운받는 것이 필요한 것이다.

export PATH="[다운로드 받은 2번째 파일의 위치]"

이때 두번째 파일을 cmd창에서 export하면된다.

유의할 점은, 되도록 anaconda3파일에 파일을 위치하는 걸 추천한다.

(거의 95% 지울 것 같으니)

export PATH="/opt/anaconda3/bin:Anaconda3-2020.02-MacOSX-x86_64.sh"

예시는 이러하다.

이렇게 잘 다운됨을 확인할 수 있다.

 

업그레이드 끝

반응형