Doarchive

[Conda] anaconda 가 설치되어있음에도 command not found: conda 가 뜨는 경우 본문

Computer Vision/Deep learning

[Conda] anaconda 가 설치되어있음에도 command not found: conda 가 뜨는 경우

오순발닦개 2021. 1. 27. 09:22

 

anaconda가 설치되어있음에도 conda 명령어를 사용하면 

' command not found: conda ' 가 뜨는 경우는 대부분 path설정이 잘못되있기 때문이다 

 

nano .bash_profile

 

이 명령어를 사용하면  현재 설치된 conda의 경로가 뜬다

 

여기서  export PATH="/Users/sps/opt/anaconda3/bin:$PATH" 부분을 복사해준다 

 

새로운 커멘드 창을 켜고

복사한 경로를 아래와 같이 변경한뒤 실행시키면 

이후 정상적으로 conda 명령어가 먹는다 

728x90

'Computer Vision > Deep learning' 카테고리의 다른 글

virtualenv 사용법  (0) 2021.04.09
[Colab] 기본세팅  (1) 2021.01.27
[YOLO] Darkflow 사용해보기  (0) 2021.01.21
[Open Source] LabelImg - annotation 작업을 쉽게  (0) 2021.01.21
[Python] Real Time Object Detection  (0) 2021.01.19