I'm a Mac 10.9.5 OSX user, and I recently installed pyenv using homebrew. Now I'm getting an issue when I try to use pip. Typing pip list
produces this error:
-bash: /usr/local/bin/pip: @@HOMEBREW_PREFIX@@/opt/python/bin/python2.7:
bad interpreter: No such file or directory
Any ideas how to fix this?
Update: I'm pretty sure it has to do with the shebang line in pip (and also easy_install), but I don't know how to fix it. Right now, it's set to #!@@HOMEBREW_PREFIX@@/python/bin/python2.7
Running brew --config, it looks like HOMEBREW_PREFIX = /usr/local
I'm not sure where the error is/what's happening...