Skip to content

Instantly share code, notes, and snippets.

@deanishe
Forked from munhitsu/gist:1034761
Last active August 29, 2015 14:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save deanishe/a9af0990dfbb8b167e53 to your computer and use it in GitHub Desktop.
Save deanishe/a9af0990dfbb8b167e53 to your computer and use it in GitHub Desktop.
Uninstall a framework Python on OS X
sudo rm -rf /Library/Frameworks/Python.framework/Versions/2.7
sudo rm -rf "/Applications/Python 2.7"
cd /usr/local/bin
ls -l . | grep '../Library/Frameworks/Python.framework/Versions/2.7' | awk '{print $9}' | xargs rm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment