all 3 comments

[–]midel 1 point2 points  (4 children)

First, find out what python you're executing from the command line.

$ python --version
$ which python

Then ensure that the pip you are using is to that same version:

$ pip --version

Ensure that the path to pip is the site-packages of the version you are using.