본문 바로가기

오류해결

CommandNotFoundError: Your shell has not been properly configured to use 'conda activate'.To initialize your shell, run

Server
 
- OS : CentOs7
- miniconda env 환경
- Python version : 3.9.7
- matplotlib : 3.4.3

 

 

python 가상환경을 활성화 시키려다가 에러가 났고, 이 에러의 문제 해결법을 기록해놓는다!

 

내가 작성한 명령어 : 

# conda activate python_env
에러문구 :

CommandNotFoundError: Your shell has not been properly configured to use 'conda activate'.
To initialize your shell, run

 

 

해결방법 : 아래 명령어로 가상환경을 활겅화 시키면 된다!!

# source activate python_env