4
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

How to Uninstall Anaconda on Mac [Full Removal Guide]

Posted at

Anaconda is a free and open-source distribution of the Python and R programming languages for scientific computing (data science, machine learning applications, large-scale data processing, predictive analytics, etc.), that aims to simplify package management and deployment. It actually makes a faster and easier way for users to set up and install the tools and libraries that you will be needing on your Mac.

But can you completely uninstall Anaconda from MacOS Mojave and revert back to the original Python? If you've tried using conda-clean -yes probably you'll get failed in half way. In this Qiita article, we are going to show you in this article: how to uninstall Anaconda on Mac in an effective and proper way.

  1. First, quit the Anaconda app.
  2. Open the Terminal.app or iTerm2 terminal application, and then remove your entire Anaconda directory, which has a name such as anaconda2 or anaconda3, by entering rm -rf ~/anaconda3
  3. Using Anaconda-Clean to full uninstall Anaconda > Install the Anaconda-Clean package from Anaconda Prompt (Terminal on Linux or macOS)
  4. Remove all Anaconda-related files and directories with a confirmation prompt before deleting each one: anaconda-clean
  5. After using Anaconda-Clean, follow the instructions in Step 1 to completely uninstall Anaconda on your Mac.
    anaconda-clean.png

Here is a list of useless remains of Anaconda:
~/anaconda3
~/.bash_profile-anaconda3.bak
~/.condarc
~/.conda
~/.anaconda

To clean them up thoroughly, you'll need an expert Mac App Uninstaller program, such as Omni Remover. Or you can follow this quick Anaconda Uninstall guide to start.

4
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?