작성
·
156
답변 2
0
0
네
혹시 맥 사용자시면
앞에 source 구문을 붙여 주셔야 합니다.
Use cmd instead of Powershell! I spent 2 hours before I switched to cmd and then it worked!
create Environment:
conda create -n your_environment_name
see list of conda environments:
conda env list
activate your environment:
conda activate your_environment_name