How to completely uninstall Anaconda on Mac (2024)

It’s easy to install Anaconda on Mac. But once you decide to call it a day, things get complicated. The problem with IDE installations like Anaconda is that they get lots of package tools and server files on your computer — something that is hard to get rid of. In this article, we explain how to uninstall Anaconda on Mac and leave no traces behind.

What is Anaconda?

Obviously, a snake. And an open-source Python distribution —the so-called “birthplace of Python data science.” In this article, we discuss the latter. Sorry if we’re killing the fun! By the way, just in case you’re wondering what’s the deal with snakes, Guido van Rossum, the guy who created Python, named it after a British comedy troupe he enjoyed at the time —Monthy Python. And then Anaconda followed because it was easy to remember.

So Anaconda is an open-source distribution for Python and R programming languages, with installation and package management tools. It is very popular with data scientists and data-driven companies because it simplifies data analysis, provides isolated environments for separate libraries and versions, etc.

How to completely uninstall Anaconda on Mac (1)

Do I need Anaconda?

Anaconda comes with conda, a package, and environment manager. If you work with data science projects, you’ll definitely find it easier to install packages and manage projects with conda. Plus, Anaconda helps update and uninstall packages inside your environments. It’s also great for beginners because you’re all set up with a bunch of essential data science packages from the start.

Since Anaconda brings a solid number of packages to your Mac, it can occupy quite a lot of space. If that is the problem, you can try a lightweight version called Miniconda. If neither works for you, here are the instructions to uninstall Anaconda Mac M1 and Intel.

How to uninstall Anaconda on Mac, the easy way

One downside is that Anaconda is not very easy to get rid of once you decide you don’t need it anymore. It leaves traces all over your computer. So it’s no wonder the number of searches for “uninstall Anaconda Mac” almost equals “install Anaconda Mac.” Luckily, we know some great solutions on how to uninstall Anaconda so that it’s 100% gone from your Mac.

There are some ways to run Anaconda uninstall manually, but we must warn you it’s not easy. You’ll have to deal with Terminal commands and .bash-profile. Not to mention there’s always a risk of missing something or removing important files when you try to uninstall Anaconda manually. If you’re a seasoned Mac user, you can check how to run manual uninstall below. But we recommend to take a safe route and use CleanMyMac X for the job.

CleanMyMac X is the world’s best Mac cleaner. Not exaggerating. It has a few simple modules that let you uninstall apps (with all related files), detect and remove malware, delete logs, and so much more. The Smart Scan feature even allows you to clean up the whole system and free up gigabytes of space. Sometimes we seriously wonder why CleanMyMac X doesn’t come preinstalled on every Mac because of the value it brings along.

Here’s how to uninstall Anaconda Mac with CleanMyMac X:

  1. Open CleanMyMac X from Setapp
  2. Navigate to Applications > Uninstaller
  3. Select Anaconda from the list
  4. Click Remove.

    How to completely uninstall Anaconda on Mac (2)

Done! No leftovers. No package service files. Nothing that might remind you of Anaconda. CleanMyMac X removes the app itself and all the files associated with it. So you don’t have to worry about any clutter eating up your storage.

Tip: Unfortunately, Anaconda is not the only app that is hard to uninstall. Dropbox is very tricky. Design software —even more so. The worst thing, leftover files might sit somewhere in the depth of your system making your Mac slow down and misbehave. CleanMyMac X ensures this never happens, so we recommend to use it every time you want to delete apps.

Remove Anaconda from Mac manually with Terminal

In their documentation, Anaconda mentions two major ways to uninstall the IDE —simple remove and full uninstall. The first one solves the “remove Anaconda Mac” task, but it will leave a few files behind. Full uninstall will remove associated files and directories, but it requires installing a dedicated Anaconda-Clean package. Both are not very efficient —simple remove doesn’t fully delete Anaconda, and full remove leaves you with Anaconda-Clean backup files that you have to get rid of later. Still, they are better than simply moving the app to the Trash folder.

Before you go on a Mac uninstall Anaconda mission (sounds like a movie title, doesn’t it?), make sure there are no active processes associated with Anaconda running in the background. You can check it in Activity Monitor > Memory. If you find Anaconda on the list, hit the Close button in the top menu to quit the process.

How to completely uninstall Anaconda on Mac (3)

Alternatively, you can check active processes via iStat Menus. Personally, I prefer this way because it’s faster and gives you quick insights on everything currently running on your Mac.

iStat Menus is a third-party system monitor for Mac. It provides insights about your CPU, disk activity, memory load, and more in the menu bar, so it’s super easy to keep track of everything. Whether your Mac freezes, there’s loud fan noise, or any other issue, open iStat Menus and you’ll know exactly what’s wrong. So if you detect an Anaconda-related process in iStat Menus, make sure you quit it before removing the app.

How to completely uninstall Anaconda on Mac (4)

All good? Now let’s run Anaconda uninstall via Terminal.

Here’s how to run simple remove of Anaconda on Mac:

  1. Open Terminal
  2. Type and run rm -rf ~/anaconda3 to remove the entire Anaconda directory.

Here’s how to run Anaconda full uninstall:

  1. Open Terminal
  2. Type and run conda install anaconda-clean to install the Anaconda-Clean package
  3. Press the Return key, then type the following: anaconda-clean –yes
  4. To remove the entire Anaconda directory, type and run rm -rf ~/anaconda3
  5. To remove Anaconda-Clean backups, type and run rm -rf ~/.anaconda_backup

Note that after you complete Anaconda full uninstall, you should also run a simple remove (the first method). This will delete Anaconda from Mac.

Remove Anaconda from Mac manually via Finder

As we’ve mentioned, the Terminal methods recommended by Anaconda documentation are not the best —and very likely to leave some service files on your Mac. So if you decide to uninstall Anaconda manually, it will be better to really dig into directories and remove the remains of Anaconda one by one. Not a time-efficient process, but it works.

The first step is to delete the app — you can access Anaconda Navigator from your Applications folder, right-click on the app, and select Move to Bin. This won’t completely uninstall Anaconda Navigator Mac client, though.

How to completely uninstall Anaconda on Mac (5)

Then, you have to deal with the directory and associated files. Here’s a step-by-step process:

  1. Quit Anaconda-related processes using iStat Menus
  2. Delete Anaconda app by moving it to the Trash folder
  3. Open Finder > Go > Go to Folder
  4. Search and delete Anaconda files by entering the following directions:

~/Library/Receipts/io.continuum.pkg.anaconda-client.bom

~/Library/Receipts/io.continuum.pkg.anaconda-client.plist

~/Library/Receipts/io.continuum.pkg.anaconda-navigator.bom

~/Library/Receipts/io.continuum.pkg.anaconda-navigator.plist

~/Library/Receipts/io.continuum.pkg.anaconda-project.bom

~/Library/Receipts/io.continuum.pkg.anaconda-project.plist

~/Library/Receipts/io.continuum.pkg.anaconda.bom

~/Library/Receipts/io.continuum.pkg.anaconda.plist

It’s also a good idea to inspect other directories for any traces of Anaconda. Specifically, check ~/Library/Containers; ~/Library/Application Support; ~/Library/Logs; ~/Library/Application Scripts; ~/Library/Caches; ~/Library/Preferences. If you detect any files that have “anaconda” in their names, go ahead and remove them as well.Your goal is to completely remove Anaconda Navigator, as well as all the files associated with it.

How to completely uninstall Anaconda on Mac (6)

Remove Anaconda from .bash_profile

Once you’re done with the “uninstall Anaconda Mac” issue, go to your .bash_profile and remove the path that was added by Anaconda. Also known as a dot file, .bash_profile is a personal initialization file that stores configurations for your command line. While you don’t want old Anaconda configs to mess with your work, we recommend deleting the path. Here’s how you to remove Anaconda from path Mac:

  1. Access your User folder: Open Finder, then press Command ⌘+ Shift⇧ + H
  2. Search for .bash_profile using Command⌘ + Shift⇧
  3. Find the path that contains ‘anaconda’ —it will be named something like users/[your username]/anaconda3
  4. Delete the path and save the changes.

How to uninstall Miniconda on a Mac

The process of removing Miniconda, a lightweight version of Anaconda, isn’t much different. You should first run the following command in Terminal:

rm -rf ~/miniconda

This will uninstall the Miniconda install directory. Then, proceed removing the Miniconda directory from the path environment: from the .bash_profile, remove the directory that contains “Miniconda.” Finally, you can look for associated files and folders, and delete them too, just like with Anaconda.

So what’s the best way to uninstall Anaconda completely from Mac?

It all depends on your expertise and the tools you have at your disposal. If you have Setapp installed on your Mac, there’s only one answer —use CleanMyMac X to delete all Anaconda-associated files in one click. It’s definitely the best solution.

For those of you who don’t know Setapp, it’s a subscription service for Mac and iOS apps. Currently, the Setapp collection covers 230+ apps, including CleanMyMac X and iStat Menus mentioned in this article. Access to all apps costs $9.99/month, but you can also use it for 7 days free. So everyone can uninstall Anaconda with CleanMyMac X for free!

How to completely uninstall Anaconda on Mac (7)

The reason why we recommend CleanMyMac X is because it excludes human error. There’s no chance you miss some old Anaconda caches or backups —this Mac cleaner removes it all. Otherwise, use the step-by-step guide on deleting Anaconda files via Finder. Make sure you go through every directory and reset your .bash_profile to remove everything related to Anaconda.

Finally, if you don’t think you can delete leftovers manually, use quick uninstall methods recommended by Anaconda. But don’t make it a long-term solution —for your Mac to perform well, you should find a way to clean up the whole system.

How to completely uninstall Anaconda on Mac (2024)

FAQs

How do I completely uninstall Anaconda from Mac? ›

In Mac or Linux, open your terminal application. Then, run anaconda-clean . Run the command by itself to remove all Anaconda-related files and directories with a confirmation prompt before deleting each one, or use the --yes argument to remove all those files and directories without being asked to confirm each one.

How do I completely remove Python from my Mac? ›

Mac
  1. Go to the Finder.
  2. Click on Applications in the menu on the left.
  3. Find the Python folder with the version number you want to uninstall, right-click it, and select “Move to Trash”.

How do I delete all Conda? ›

  1. Step 1: Find the Conda environment to delete. To find the name of the environment you want to delete, we can get the list of all Conda environments as follows: conda env list. ...
  2. Step 2: Get out of the environment. You cannot delete the conda environment you are within. ...
  3. Step 3: Delete the Conda Environment (6 commands)

How do you completely uninstall something on a Mac? ›

Drag the app to the Trash, or select the app and choose File > Move to Trash. If you're asked for a user name and password, enter the name and password of an administrator account on your Mac. This is probably the name and password you use to log in to your Mac. To delete the app, choose Finder > Empty Trash.

How do I force a Mac to uninstall? ›

You can force uninstall a program on Mac as below:
  1. Press the Command + Option + Esc keys on your keyboard. ...
  2. You will see a box for Force Quit Applications. ...
  3. Once the app is closed, open the Launchpad, hold down the Option key, and click the X icon to delete your stubborn app.
19 Oct 2022

Where is Anaconda installed Mac? ›

What is the default path for installing Anaconda? If you accept the default option to install Anaconda on the “default path” Anaconda is installed in your user home directory: Windows 10: C:\Users\<your-username>\Anaconda3\ macOS: /Users/<your-username>/anaconda3 for the shell install, ~/opt for the graphical install.

How do I force uninstall a program completely? ›

In the search box on the taskbar, type Control Panel and select it from the results. Select Programs > Programs and Features. Press and hold (or right-click) on the program you want to remove and select Uninstall or Uninstall/Change.

How do I know if Anaconda is installed on my Mac? ›

To see whether Anaconda is installed on your Mac operating system, simply visit the Mac terminal and type Conda info. If Anaconda is installed you will see detailed information for both the Anaconda distribution and Python version.

How do I completely remove Python library? ›

How to Uninstall Packages in a Python Virtual Environment
  1. Open a command or terminal window (depending on the operating system)
  2. cd into the project directory.
  3. pip uninstall <packagename>
12 Jul 2022

Will Python be removed from macOS? ›

Hence, in June 2019, Apple announced it was deprecating the Python 2.7 programming language and in April 2022, they removed support for Python 2.7 on macOS devices running Monterey 12.3 and above.

Does uninstalling Python remove all packages? ›

@patelshahrukh uninstalling python DOES NOT remove pip packages. please AVOID doing that, since it both most likely WON'T WORK the way you think it will, and, depending on how you install python again, can leave your machine in an unstable state that's more work to fix.

What is conda remove? ›

Remove a list of packages from a specified conda environment. This command will also remove any package that depends on any of the specified packages as well---unless a replacement can be found without that dependency.

How do I delete a conda base environment? ›

Same thing as create, you have to specify the name of the environment you wish to remove by using --name . (base) username ~ % conda env remove --name project-envRemove all packages in environment /Users/junetao/opt/anaconda3/envs/project-env: The project-env has been successfully removed from your environments.

What does conda clean -- all do? ›

Remove unused packages and caches.

Why can I not uninstall on Mac? ›

The App is Still Running

You might not see an app open in the dock but it could be still running in the background. In such a case, the Mac won't allow you to delete the app until it stops or is closed.

How do I completely uninstall an application on Mac terminal? ›

Delete apps using Terminal

To open Terminal, go to Applications → Utilities → Terminal. Type sudo uninstall file:// into the command line. Then go to the Applications folder in Finder and drag the icon of the app that you wish to uninstall into the Terminal window — it will automatically paste itself.

Does uninstalling a program completely remove it? ›

Uninstall is removing a program and its associated files from a computer hard drive. The uninstall feature differs from the delete function in that it safely and efficiently removes all associated files, whereas delete only removes part of a program or selected file.

How do I force uninstall something that won't uninstall? ›

How to Fix Windows When it Won't Uninstall a Program
  1. Restart the Windows Installer. ...
  2. End the App's Process in the Task Manager. ...
  3. Uninstall the App in Safe Mode. ...
  4. Use the Program's Default Uninstaller. ...
  5. Remove the Program's Registry Keys. ...
  6. Uninstall Unwanted Programs Successfully.
28 Jun 2022

How do I wipe my Mac and reinstall everything? ›

Choose Apple menu > Shut Down, press and hold the power button until “Loading startup options” appears, select Options, click Continue, then follow the onscreen instructions. In the Recovery app window, select Reinstall for your macOS release, click Continue, then follow the onscreen instructions.

How do you uninstall an app on Mac if there's no uninstaller? ›

If an app isn't in a folder or doesn't have an Uninstaller: Drag the app from the Applications folder to the Trash (at the end of the Dock). WARNING: The app is permanently removed from your Mac the next time you or the Finder empties the Trash.

Is Anaconda preinstalled on Mac? ›

This section details the installation of the Anaconda Distribution of Python on MacOS. Most versions of MacOS come pre-installed with legacy Python (Version 2.7). You can confirm the legacy version of Python is installed on MacOS by opening and running a command at the MacOS terminal.

How do I know where my Anaconda is installed? ›

Finding your Anaconda Python interpreter path
  1. From the Start Menu open the Anaconda Prompt.
  2. If you want the location of a Python interpreter for a conda environment other than the root conda environment, run activate environment-name .
  3. Run where python .

Do I need to install Anaconda if I have Python? ›

If You Already Have Python Installed

Leaving it unchecked means that you will have to use Anaconda Command Prompt in order to use Anaconda. So, unless you add the PATH later, you will not be able to use Python from your command prompt.

Why won't my computer uninstall a program? ›

If the program you are trying to uninstall doesn't exist in the uninstallers, it's possible that the registry file of that program is removed. Fortunately, Most (not all) third-party programs and applications come with their very own uninstaller.

Can you mass uninstall programs? ›

Option 1: Uninstall Multiple Programs Using Absolute Uninstaller. Absolute Uninstaller is a tool to remove programs without a trace. Download the free program and run the installer. Once launched, Absolute Uninstaller compiles a list of everything installed on your system.

What is the difference between conda and Anaconda? ›

Conda is a package manager. It helps you take care of your different packages by handling installing, updating and removing them. Anaconda contains all of the most common packages (tools) a data scientist needs and can be considered the hardware store of data science tools.

Should I uninstall Python before installing Anaconda? ›

Even if you already have a system Python, another Python installation from a source such as the macOS Homebrew package manager and globally installed packages from pip such as pandas and NumPy, you do not need to uninstall, remove, or change any of them before using conda.

Is Anaconda good for Mac M1? ›

All packages included in the installer have been compiled to support ARM64, meaning M1 users can now enjoy the computing efficiency of M1s and speed up workflows by 20%.

How do you delete all pip installed packages? ›

You can use pip uninstall -y -r <(pip freeze) to do everything in one go.

Is it safe to uninstall Python? ›

If someone installed it deliberately, you can remove it without hurting anything. On Windows, use the Add/Remove Programs icon in the Control Panel. If Python was installed by a third-party application, you can also remove it, but that application will no longer work.

Where is Python stored macOS? ›

The Apple-provided build of Python is installed in /System/Library/Frameworks/Python. framework and /usr/bin/python , respectively.

Is macOS good for Python? ›

Luckily for us, the Mac is a great coding platform, and Python makes it easy to learn how to code on a Mac. In this feature, we're going to look at setting up Python in macOS, then learning to code on this platform. The learning curve is very manageable; Python may even be installed on your Mac already.

Is Python automatically installed on Mac? ›

Python comes pre-installed on Mac OS X so it is easy to start using. However, to take advantage of the latest versions of Python, you will need to download and install newer versions alongside the system ones.

Can I delete Python after installing anaconda? ›

Windows: Use Windows Explorer to delete the envs and pkgs folders prior to running the uninstall in the root of your installation. In the Control Panel, choose Add or Remove Programs or Uninstall a program, and then select Python 3.6 (Anaconda) or your version of Python.

Should I uninstall Python before installing new version? ›

If you currently have an older Python version installed, we strongly recommend that you first uninstall it before installing Python 2.5 to avoid any ambiguity in calls to the Python interpreter python.exe.

How do you clean a Python environment? ›

How do you clear an environment in Python? There is no command for deleting your virtual environment. Simply deactivate it and rid your application of its artifacts by recursively removing it.

Can I delete Anaconda pkgs folder? ›

As stated here by Anaconda Community Support "the pkgs directory is only a cache. You can remove it completely is you want to. However, when creating new environments, it is more efficient to leave whatever packages are in the cache around."

Where is conda base environment stored? ›

All Installed Conda Environments are stored in your Block Volume in the /home/datascience/conda directory.

Is it safe to do conda clean? ›

Conda documentation says that it it's safe to do that, as it will only erase packages that "have never been used in any environment".

Why does Anaconda take so much space? ›

One reason is that anaconda environments are completely isolated workspaces from each other with their own copy of Python. So, the more environments you have, the larger the space needed by anaconda. But the other reason is that anaconda keeps a cache of the package files, tarballs etc.

What is conda lock? ›

Conda lock is a lightweight library that can be used to generate fully reproducible lock files for conda environments. It does this by performing a conda solve for each platform you desire a lockfile for.

How do I uninstall a Mac app that won't uninstall? ›

How to Delete Apps from Mac that Won't Delete
  1. Press the Option + Command + Esc key simultaneously from anywhere on the Mac.
  2. This will open a Force Quit Application window showing all the apps that are currently running.
  3. Select the app you want to delete, Force Quit it and close the window.
13 Dec 2021

Is Anaconda installed on my Mac? ›

To see whether Anaconda is installed on your Mac operating system, simply visit the Mac terminal and type Conda info. If Anaconda is installed you will see detailed information for both the Anaconda distribution and Python version.

How do I force a program that won't uninstall? ›

Use the uninstaller built into Windows 11, and Windows 10.
  1. Open the Start Menu.
  2. Click Settings.
  3. Click Apps.
  4. Select Apps & features from the left-hand side menu.
  5. Select the Program or App that you want to uninstall from the list that appears.
  6. Click the uninstall button that shows under the selected program or app.
12 Oct 2022

How do I delete all uninstalled programs on Mac? ›

Here's a step-by-step guide to remove unwanted apps from your Mac:
  1. Open Finder and select Applications.
  2. Select the app you want to uninstall and either drag it to the Trash or select Move to Trash.
  3. Now you need to remove the app's residual files. ...
  4. Now you can search the Library for any leftover files.
7 Jan 2021

Is deleting an app the same as uninstalling it Mac? ›

Deleting or uninstalling an app will remove it from your Mac and make the storage space it was using available for other items. You can do this from Launchpad or the Finder.

How do I know if my Anaconda is installed? ›

After opening Anaconda Prompt or the terminal, choose any of the following methods to verify:
  1. Enter conda list . If Anaconda is installed and working, this will display a list of installed packages and their versions.
  2. Enter the command python . ...
  3. Open Anaconda Navigator with the command anaconda-navigator .

Is conda and Anaconda the same? ›

Summary of Conda

Where Anaconda is the hardware store of data science tools and Miniconda is the workbench (software distributions), Conda is the assistant (package manager) who helps you get new tools and customise your hardware store or workbench. The following are some helpful Conda commands you'll want to remember.

Is Anaconda software same as Python? ›

Thus, the main difference between Python and Anaconda is that the former is a programming language and the latter is software to install and manage Python and other programming languages (such as R). In this article, we'll discuss how to use Anaconda to manage and install packages as well as when to use pip or conda .

Is it better to install Anaconda or Python? ›

Since ActiveState provides commercial support, ActivePython is the best choice for those focused on building commercial applications. Anaconda is a good choice for those focused on creating non-commercial data science applications since you can take advantage of Anaconda's proven Python ecosystem for free.

Top Articles
Latest Posts
Article information

Author: Prof. An Powlowski

Last Updated:

Views: 6049

Rating: 4.3 / 5 (64 voted)

Reviews: 87% of readers found this page helpful

Author information

Name: Prof. An Powlowski

Birthday: 1992-09-29

Address: Apt. 994 8891 Orval Hill, Brittnyburgh, AZ 41023-0398

Phone: +26417467956738

Job: District Marketing Strategist

Hobby: Embroidery, Bodybuilding, Motor sports, Amateur radio, Wood carving, Whittling, Air sports

Introduction: My name is Prof. An Powlowski, I am a charming, helpful, attractive, good, graceful, thoughtful, vast person who loves writing and wants to share my knowledge and understanding with you.