CommandNotFoundError: Your shell has not been properly configured to use 'conda activate'

초코소금빵·2025년 2월 5일
0

개발

목록 보기
2/7

conda activate error

원래 잘 되다가 새로운 환경 만들고 실행시키려고 하니, 에러가 발생

해결

source anaconda3/etc/profile.d/conda.sh

자신의 anaconda3/etc/profile.d/conda.sh 는 자신의 콘다 환경 경로에 따라 맞춰 쓰면 됨.

그러고 난 뒤, conda activate 환경명 하면 잘됨.

profile
피할 수 없으면 즐기자

0개의 댓글