How to uninstall Python 2.x on Mac OS
Open your console:
Remove the Python 2.7 framework
sudo rm -rf /Library/Frameworks/Python.framework/Versions/2.7
Remove the Python 2.7 applications directory
sudo rm -rf "/Applications/Python 2.7"
Remove the symbolic links in ** /usr/local/bin **
ls -l /usr/local/bin | grep '../Library/Frameworks/Python.framework/Versions/2.7'
Written by Yesi D
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Python
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#