MAC completely remove Anaconda

Because Anaconda is a bit big and there are a series of other problems, I plan to uninstall it

  1. Delete Anaconda's configuration
conda install anaconda-clean

Enter y at the prompt
Insert picture description here
2. Continue typing

anaconda-clean

Type y
Insert picture description here

  1. Delete backup
rm -r /Users/xxx/.anaconda_backup/xxxx

mine

rm -r /Users/shier/.anaconda_backup/2020-03-30T202839
  1. Delete folder
rm -rf ~/Applications/Anaconda-Navigator.app
  1. Delete the environment variable
    open vi ~/.bash_profile
    delete anaconda environment variables

  2. Delete hidden files

rm -rf ~/.condarc ~/.conda ~/.continuum
  1. You can restart your computer at once
Published 41 original articles · Likes2 · Visits 1836

Guess you like

Origin blog.csdn.net/weixin_43883485/article/details/105207497