본문 바로가기

programming

[Python] 아나콘다 가상환경 이름 바꾸기(Change the name of the virtual env in Anaconda)

1. conda create --name 바꿀이름 --clone 기존이름

conda create --name py37_32 --clone python_env 

 

2. 복사된 가상환경 확인