How to uninstall Anaconda completely from macOS

Jordan Baron

How can I completely uninstall Anaconda from MacOS Sierra and revert back to the original Python? I have tried using conda-clean -yes but that doesn't work. I also remove the stuff in ~/.bash_profile but it still uses the Anaconda python and I can still run the conda command.

jkysam

To remove the configs:

conda install anaconda-clean
anaconda-clean --yes

Once the configs are removed you can delete the anaconda install folder, which is usually under your home dir:

rm -rf ~/anaconda3

Also, the anaconda-clean --yes command creates a backup in your home directory of the format ~/.anaconda_backup/<timestamp>. Make sure to delete that one also.


EDIT (v5.2.0): Now if you want to clean all, you will also have to delete the two last lines added to your .bash_profile. They look like:

# added by Anaconda3 5.2.0 installer
export PATH="/Users/ody/anaconda3/bin:$PATH"

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

How to uninstall Anaconda completely from macOS

From Dev

Python - How can I completely uninstall Anaconda on Windows 10?

From Dev

How to completely uninstall symfony and composer from a mac

From Dev

How to uninstall R completely from OS X

From Dev

how to uninstall viber completely from Ubuntu 14.04?

From Dev

how to completely uninstall everything from ubuntu 14.10

From Dev

How to uninstall R completely from OS X

From Java

How to remove anaconda from windows completely?

From Dev

How to completely uninstall Java?

From Dev

How to completely uninstall MATLAB?

From Dev

How to completely uninstall docker

From Dev

How to Completely uninstall jupyter

From Java

How to completely uninstall Android Studio from windows(v10)?

From Dev

How to uninstall an app completely from android(to solve signature errors)?

From Dev

How to completely uninstall Twitter's Fabric SDK from android project?

From Dev

How to remove unused application from the menu but not completely uninstall it on 12.04 LTS

From Dev

How to remove unused application from the menu but not completely uninstall it on 12.04 LTS

From Dev

How do I uninstall Google Chrome *completely* from my Mac?

From Dev

How do I uninstall IPFS completely from Ubuntu 18.04?

From Dev

How to COMPLETELY uninstall Visual Studio Code from Windows 10?

From Dev

How to uninstall MariaDB 5.5 completely (including configurations) from CentOS 7

From Java

How to completely uninstall vscode on mac

From Dev

How to uninstall the Hadoop on Mac Completely

From Dev

How to completely uninstall webstorm on ubuntu

From Dev

How to uninstall Haguichi/Hamachi completely?

From Dev

20.04 - How to completely uninstall iRedMail

From Dev

Completely Uninstall Apple Remote Desktop macOS Sierra 10.12.4

From Dev

Completely uninstall XBMC from Ubuntu 12.04

From Dev

Completely uninstall openldap from Redhat Linux server

Related Related

  1. 1

    How to uninstall Anaconda completely from macOS

  2. 2

    Python - How can I completely uninstall Anaconda on Windows 10?

  3. 3

    How to completely uninstall symfony and composer from a mac

  4. 4

    How to uninstall R completely from OS X

  5. 5

    how to uninstall viber completely from Ubuntu 14.04?

  6. 6

    how to completely uninstall everything from ubuntu 14.10

  7. 7

    How to uninstall R completely from OS X

  8. 8

    How to remove anaconda from windows completely?

  9. 9

    How to completely uninstall Java?

  10. 10

    How to completely uninstall MATLAB?

  11. 11

    How to completely uninstall docker

  12. 12

    How to Completely uninstall jupyter

  13. 13

    How to completely uninstall Android Studio from windows(v10)?

  14. 14

    How to uninstall an app completely from android(to solve signature errors)?

  15. 15

    How to completely uninstall Twitter's Fabric SDK from android project?

  16. 16

    How to remove unused application from the menu but not completely uninstall it on 12.04 LTS

  17. 17

    How to remove unused application from the menu but not completely uninstall it on 12.04 LTS

  18. 18

    How do I uninstall Google Chrome *completely* from my Mac?

  19. 19

    How do I uninstall IPFS completely from Ubuntu 18.04?

  20. 20

    How to COMPLETELY uninstall Visual Studio Code from Windows 10?

  21. 21

    How to uninstall MariaDB 5.5 completely (including configurations) from CentOS 7

  22. 22

    How to completely uninstall vscode on mac

  23. 23

    How to uninstall the Hadoop on Mac Completely

  24. 24

    How to completely uninstall webstorm on ubuntu

  25. 25

    How to uninstall Haguichi/Hamachi completely?

  26. 26

    20.04 - How to completely uninstall iRedMail

  27. 27

    Completely Uninstall Apple Remote Desktop macOS Sierra 10.12.4

  28. 28

    Completely uninstall XBMC from Ubuntu 12.04

  29. 29

    Completely uninstall openldap from Redhat Linux server

HotTag

Archive