Homebrew , python installing
Sounds like a permissions issue with /usr/local. ### Makes you owner of /usr/local $ sudo chown -R `whoami` /usr/local ### Force uninstalls failed python $ brew uninstall -f python ### Clear the brew cache $ rm -rf `brew –cache` ### Recreate the brew cache $ mkdir `brew –cache` ### Cleanup – cleans up old homebrew … Read more