Skip to content

Instantly share code, notes, and snippets.

@BanzaiMan
Created February 28, 2016 19:22
Show Gist options
  • Save BanzaiMan/8a8202115116c4fac00c to your computer and use it in GitHub Desktop.
Save BanzaiMan/8a8202115116c4fac00c to your computer and use it in GitHub Desktop.
pip lies to me.
$ pip install --user --upgrade pip
You are using pip version 6.0.8, however version 8.0.3 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
Collecting pip from https://pypi.python.org/packages/py2.py3/p/pip/pip-8.0.3-py2.py3-none-any.whl#md5=b234250205337ff67967dff300001e3d
Downloading pip-8.0.3-py2.py3-none-any.whl (1.2MB)
100% |################################| 1.2MB 419kB/s
Installing collected packages: pip
Successfully installed pip-6.0.8
@BanzaiMan
Copy link
Author

pip downloads 8.0.3, but still end up with 6.0.8. Why?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment