Uninstall Anaconda On Mac Code Example


Example: delete conda from machine

conda install anaconda-clean   # install the package anaconda clean anaconda-clean --yes           # clean all anaconda related files and directories  rm -rf ~/anaconda3             # removes the entire anaconda directory  rm -rf ~/.anaconda_backup       # anaconda clean creates a back_up of files/dirs, remove it                                  # (conda list; cmd shouldn't respond after the clean up)

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