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
This happened to me as well in MacVim. I solved it by making sure :python print(sys.path)
is using system Python (e.g. /Library/Python/2.7/...
)
Since I installed MacVim via Homebrew, I just did that by:
Spawn a new shell that had which python
-> /usr/bin/python
. For my case I needed to remove the pyenv
line from my .bash_profile
. If you installed Python via Homebrew you may want to brew unlink python
first
brew reinstall macvim