가상환경 설정

conda create -n 이름

 

가상환경 정보

conda info --envs

 

가상환경 삭제

conda remove --name 이름 --all

conda env remove -n  이름

+ Recent posts