You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Install a newer but not newest pip egg: easy_install pip==6.0.8
(test)darkside:test tim$ pip -V
pip 6.0.8 from /Users/tim/test/lib/python2.7/site-packages/pip-6.0.8-py2.7.egg (python 2.7)
Upgrade pip: pip install -U pip
(test)darkside:test tim$ pip install -U pip
You are using pip version 6.0.8, however version 6.1.0 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.0-py2.py3-none-any.whl#md5=94faa2660c3a2ebe7d015d62c8726259
Using cached pip-6.1.0-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
(test)darkside:test tim$ pip -V
pip 6.1.0 from /Users/tim/test/lib/python2.7/site-packages (python 2.7)
In step 4, pip will print "Successfully installed pip 1.5.6" even though 6.1.0 has been correctly installed.
To reproduce:
mkdir test; cd test; virtualenv .; . bin/activate
Query pip's version:
Pip is a flat installation:
Install a newer but not newest pip egg:
easy_install pip==6.0.8
Upgrade pip:
pip install -U pip
Upgrade pip again:
pip install -U pip
System configuration:
Python 2.7.9 (Homebrew)
OS X 10.10.2
The text was updated successfully, but these errors were encountered: