머신러닝,딥러닝
conda 가상환경 지우기 conda remove -n ENV_NAME --all
mcdn
2023. 5. 3. 14:08
반응형
conda remove -n ENV_NAME --all
conda remove -n ENV_NAME --all
https://stackoverflow.com/questions/49127834/removing-conda-environment
Removing Conda environment
I want to remove a certain environment created with conda. How can I achieve that? Let's say I have an active testenv environment. I tried, by following documentation, with: $ conda env remove
stackoverflow.com
반응형