work/오류
ubuntu -> anaconda activate error
고릴라향기
2022. 9. 13. 14:37
반응형
CommandNotFoundError: Your shell has not been properly configured to use 'conda activate'.
To initialize your shell, run
$ conda init <SHELL_NAME>
-> 기존 윈도우즈 cli 창에서는 잘 됐는데 찾아보니 리눅스 cli에서는 source activate로 먼저 활성화를 해주는것 같았다.
> conda activate ====> source activate
해결완료
반응형