Since updating from Homebrew Python 2.7.11 (from 2.7.10) I\'m suddenly unable to test register my package on PyPi from the PyCharm IDE console.
Running (as an \"Exte
If your problem is caused by anaconda, it is unnecessary to remove //anaconda directory.
anaconda
//anaconda
Just open your ~/.bash_profile, find the line
~/.bash_profile
export PATH="//anaconda/bin:$PATH
and comment it out, then restart your terminal session.