---
title: "How Do You Uninstall Python In Mac Os X Tiger?"  
description: "How Do You Uninstall Python In Mac Os X Tiger?"  
author: "Deepak Aiyappa"  
published: 2018-09-18  
canonical: https://answers.mindstick.com/qa/49883/how-do-you-uninstall-python-in-mac-os-x-tiger  
category: "troubleshooting"  
tags: ["mac troubleshooting"]  
reading_time: 2 minutes  

---

#  How Do You Uninstall Python In Mac Os X Tiger?

How Do You Uninstall [Python](https://www.mindstick.com/articles/23325/3-amazing-python-news-and-opinion-podcasts) In Mac Os X Tiger?

## Answers

### Answer by Hitesh Vohra

![How Do You Uninstall Python In Mac Os X Tiger?](https://answers.mindstick.com/questionanswer/bc3319e9-3764-46c3-9459-95e01802a925/images/be752871-8d32-4077-b623-f32ad54eeb47.jpeg)\

- Navigate to the Applications folder in Finder.
- Installed **Python** directories should be moved to the Trash. If you simply want to eliminate a single version, delete the file that corresponds to that version. Please input the password if the following dialogue box appears.
- Next, navigate to the Trash folder.
- Select Delete Immediately from the context menu when you right-click on the folder.
- Python will not be entirely removed from your system if you delete the Python directories. Please follow the procedures below to thoroughly uninstall Python.
- The Python Framework should be removed from the /Library directory.
- Starting with this stage, we'll use the command line.
- To open the Spotlight Search, **press command + space.**
- To delete all Python Frameworks from the /Library directory, use the following command in the terminal and hit enter.
- **sudo rm -rf /Library/Frameworks/Python.framework**
- If you are requested for a password, please enter it .If you simply want to remove a specific version of Python, change your command as shown below.
- Removing Python 2.7

\

**Read More: [How To Read An Ebook On Mac Os X?](https://answers.mindstick.com/qa/49881/how-to-read-an-ebook-on-mac-os-x)**


---

Original Source: https://answers.mindstick.com/qa/49883/how-do-you-uninstall-python-in-mac-os-x-tiger

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
