728x90
pyenv와 conda를 동시에 설치했을 때 나는 에러
pyenv: conda: command not found
The `conda' command exists in these Python versions:
anaconda3-5.3.1
Note: See 'pyenv help global' for tips on allowing both
python2 and python3 to be found.
해결책
pyenv virtualenvs를 입력한다.
원하는 conda 가상환경 이름을 확인한다.
나의 경우 pyenv activate anaconda3-5.3.1/envs/torch를 입력했다.
conda info --envs를 할 경우 정상 작동함을 확인 가능.
결론
pyenv activate가 conda 보다 먼저다!
'hacking or software engineering skills > etc' 카테고리의 다른 글
[imaginare 설치] TypeError: Class advice impossible in Python3 에러 (0) | 2021.03.05 |
---|---|
python으로 폴더 지우기 (os, shutil) (0) | 2021.03.04 |
ImportError: IProgress not found. jupyter lab tqdm, notebook tqdm 에러 문제 (0) | 2021.01.15 |
[flask] python 파일 업로드/다운로드 예제 (0) | 2021.01.13 |
[mac] 기본 게이트웨이 확인하는 명령어, U+ wifi 접속 방법 (0) | 2021.01.01 |