Answers for "how to uninstall python in anaconda"

1

uninstall anaconda ubuntu

#Install anaconda-clean
conda install anaconda-clean

#start anaconda-clean
anaconda-clean --yes
Posted by: Guest on November-13-2020
2

uninstall anaconda ubuntu

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

Code answers related to "how to uninstall python in anaconda"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language