Answers for "how to uninstall conda installs"

C++
15

delete conda env

conda env remove -n ENV_NAME
Posted by: Guest on May-17-2020
1

uninstall anaconda ubuntu

rm -rf ~/anaconda3 ~/.condarc ~/.conda ~/.continuum #To execute in terminal
Posted by: Guest on January-24-2021

Browse Popular Code Answers by Language