Answers for "how to remove all the environements and packages conda"

C++
2

conda remove old packages

conda clean --all
Posted by: Guest on April-23-2021
7

remove a conda environment

conda remove --name myenv --all
Posted by: Guest on November-15-2019

Code answers related to "how to remove all the environements and packages conda"

Browse Popular Code Answers by Language