I just switched from MacPorts to HomeBrew. After installing all the required XCode versions and other software I tried installing python using homebrew: I think it successfu
If you used
brew install python
before 'unlink' you got
brew info python /usr/local/Cellar/python/2.7.11 python -V Python 2.7.10
so do
brew unlink python && brew link python
and open a new terminal shell
python -V Python 2.7.11