Uninstall Python on Mac

March 17, 2025
Asya Karapetyan
Written by
Asya Karapetyan
info
A content marketer with 10+ years of experience specializing in macOS, focused on creating guides for Mac cleanup and optimization.
A content marketer with 10+ years of experience specializing in macOS, focused on creating guides for Mac cleanup and optimization.
Vladimir Nuzhdin
Approved by
Vladimir Nuzhdin
info
The content has been reviewed and approved by our team member, an Apple Certified Support Professional, who provides technical support to Nektony’s users.
The content has been reviewed and approved by our team member, an Apple Certified Support Professional, who provides technical support to Nektony’s users.

Generally, there are three options to remove Python from a Mac. You can do this using the Terminal command line, use a special uninstaller, or manually find and remove its support files for its complete removal. Some users face issues when trying to get rid of the software package.

Read this step-by-step guide on how to safely uninstall Python on your Mac and prevent any issues.

Contents:

  1. The reasons to remove Python
  2. Uninstall Python manually
  3. Uninstall Python using the Terminal
  4. Delete Python using an uninstaller
  5. FAQs

What is Python and reasons to remove it from a Mac

Python is a multi-faceted programming language that was preinstalled on macOS until macOS 12 Monterey. Now it’s not installed by default on macOS.

The software began to be developed in the late eighties by the employees of the Dutch National Research Institute of Mathematics and Computer Science Guido van Rossum. Today, the support for the software is carried out by a team of developers from the same institution.

In the year 2024, Python was used by more than 51% of developers and was an essential option in the world of programming (Statista website).

Additionally, Python powers over the live sites of 222,603 and has been utilized for 811,958 websites showing its broad usage for web-based development (BuiltWith).

Note: The pre-installed version of the OS is essential to the operating system. So never modify or delete a folder named Python and any files related to the pre-installed version by Apple.

Why to remove Python from your Mac

  • Recurrent versions. The presence of multiple versions of Python can cause conflict or confusion, particularly if various projects require different versions. Removing unused versions helps streamline your development environment.
  • Storage management. Every Python installation uses up disk space. If you’re running out of storage space or don’t require the version you’re using, deleting it could free up precious space.
  • Security and system Integrity. If you have outdated Python distributions on your Mac, they may contain vulnerabilities that hackers can exploit. Keeping only necessary and updated versions reduces security risks.
If you consider removing the non-system Python installation, there are several ways you can do it.

Before we start, watch the video on how to quickly delete Python.


How to uninstall Python 3 manually

To completely and safely remove the version 3 of the software, please follow the steps below:

  1. Quit Python. Right-click on its icon in the Dock panel and choose Quit.
how to uninstall python
python uninstall
  1. Close all the app’s running processes in the background. For this, open Activity Monitor and check whether some processes are still active. Click the “X” button to close the app processes.
  how to uninstall python on mac
  1. Go to the Application folder in Finder and move Python to Trash. Please, make sure you remove the Python package entirely, not just separate files. 
  2.  
python uninstall package
  1. Find and remove all the service files Python has created while you were using it. In Finder, press the Cmd+Shift+G shortcut and navigate to the ~/Library folder. 
Going to Library
  1. Check the subfolders inside the Library folder for the files related to Python and remove them.
In our case, we have found the following items:
Python related files Copied!
remove python mac
  1. Find also the following files in the User’s folder and remove them:
List of Python-related files Copied!
  1. Once you find and remove all Python’s support files, empty the Trash.
  2. Restart your Mac.

How to remove Python using Terminal

If you are familiar with the Terminal app, you can use command lines to delete Python from your Mac. For this, follow these steps:

  1. Quit Python.
  2. Go to the Applications folder and trash the whole Python folder.
  3. Open the Terminal app.
  4. Type the following command in the window and hit Return:

~ [user name] sudo rm -rf /Applications/Python\ 3.6/

  1. It will require you to enter your administrator password. Type it and press Return to confirm the deletion.
uninstall python mac

Please note: We strictly do not recommend using this uninstalling method to users who are unfamiliar with Terminal commands.

If you are looking for the fastest and safest way to remove Python from your Mac, you’d better use a special third-party uninstaller. Read on to learn more about this method.


How to uninstall Python on macOS with a few clicks

You can easily uninstall Python with App Cleaner & Uninstaller. This app will automatically find all the service files of apps so that you can be sure that the app was removed from your Mac completely without leaving any traces.

Here’s how to use the uninstaller:

  1. Launch App Cleaner & Uninstaller.
  2. Select Python in the left panel.
  3. If you switch on the Expert mode, you can view the list of all its support files in the right panel.
  4. Click the Uninstall button.
  5. Confirm the deletion.
 App Cleaner showing Python
  1. The uninstaller moves deleted files to Trash, so don’t forget to empty the Trash folder.
If you have already deleted Python manually, you can check whether its service files remain on your hard drive. For this run the uninstaller > go to the Remaining Files tab > select and remove Python redundant fies.

That’s all. We hope that it helped you to delete the app from your Mac computer and solve your uninstall issues. Let us know if you still have questions.


 

FAQs

Where is Python installed on my Mac?

Why can’t I delete Python from my Mac?

How do you check if I have Python installed on my Mac?

Scroll to Top