Whenever I use pip, it warns me that my pip is out of date and that I need to upgrade it by doing pip install --upgrade pip
.
But when I do that it seemingly has no effect and simply tells me the same thing. It's circular!
How can I fix this? See below
$ pip install --upgrade pip
You are using pip version 6.0.8, however version 8.1.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
Requirement already up-to-date: pip in my-virtualenv/lib/python2.7/site-packages
EDIT: I'm running Red Hat Enterprise Linux (on AWS). So I just tried uninstalling and reinstalling python-pip. When I did that it tells me it will install pip 6.1.1.-1.21.amzn1. How can I make it install the newer version??