Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

4
  • Pip is probably installing it to a different location than what you're expecting. Do you have multiple Python installs on your machine? Have you tried using virtualenv? Commented Aug 6, 2014 at 20:25
  • Do any of the related questions to the right of here help? Commented Aug 6, 2014 at 20:26
  • try doing a which pip and which python and make sure that they are located in the same python directory (and contains the path you have above). It may be the case that you have multiple python versions on your operating system, where pip is installed on the non standard version and calling python executes the standard version [builtin with the OS ship] or vice versa. Also, what OS are you using? Commented Aug 6, 2014 at 20:44
  • I checked the directories of both python and pip and /Library/Frameworks/Python.framework/Versio/2.7/bin/pip and python is at /Library/Frameworks/Python.framework/Versions/2.7/bin/python I'm using Mac os X 10.6.8 Commented Aug 6, 2014 at 22:04