3

I'm trying to delete Anaconda following this question's suggestion:

conda install anaconda-clean
anaconda-clean --yes

However, when I do that, I get:

Backup directory: /Users/santanna_santanna/.anaconda_backup/2018-04-17T215007
Error: Unable to move /Users/santanna_santanna/.continuum

Any suggestion on how can I go forward deleting it?

Community
  • 1
  • 1
aabujamra
  • 4,494
  • 13
  • 51
  • 101

1 Answers1

2

To delete anaconda ou have just to delete the path "directory" of Anaconda and then remove the line on the file ~/.bashrc that prepends the anaconda bin directory to your $PATH environment variable.

Deleting the anaconda directory should remove the Anaconda, but it's recommanded to remove this line from your setup script too.

Carole
  • 749
  • 1
  • 6
  • 18