Created
April 11, 2015 03:52
-
-
Save chriskrycho/7350c96358ecd88eb18e to your computer and use it in GitHub Desktop.
The weirdest pip result I've ever seen…
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~/Desktop | |
$ pip3 install -U pip 22:50 | |
You are using pip version 6.0.8, however version 6.1.1 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-6.1.1-py2.py3-none-any.whl#md5=172eb5abab25a5e0f7a7b63c7a49378d | |
Using cached pip-6.1.1-py2.py3-none-any.whl | |
Installing collected packages: pip | |
Found existing installation: pip 6.0.8 | |
Uninstalling pip-6.0.8: | |
Successfully uninstalled pip-6.0.8 | |
Successfully installed pip-1.5.6 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In my case the following fixed the problem (OSX, using python from homebrew):
brew reinstall python