Uninstall Conda Environment Code Example


Example 1: conda remove environment

conda remove --name myenv --all

Example 2: delete conda env

conda env remove -n ENV_NAME

Example 3: conda remove env

conda env remove --name <name>

Example 4: conda activate env

conda activate myenv

Comments

Popular posts from this blog

Converting A String To Int In Groovy

"Cannot Create Cache Directory /home//.composer/cache/repo/https---packagist.org/, Or Directory Is Not Writable. Proceeding Without Cache"

Android How Can I Convert A String To A Editable