Created
January 3, 2014 10:57
-
-
Save calston/8236171 to your computer and use it in GitHub Desktop.
This file contains 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
root@kraken:/# pip install --upgrade pip | |
Downloading/unpacking pip | |
Downloading pip-1.5.tar.gz (898Kb): 898Kb downloaded | |
Running setup.py egg_info for package pip | |
warning: no files found matching 'pip/cacert.pem' | |
warning: no files found matching '*.html' under directory 'docs' | |
warning: no previously-included files matching '*.rst' found under directory 'docs/_build' | |
no previously-included directories found matching 'docs/_build/_sources' | |
Installing collected packages: pip | |
Found existing installation: pip 1.0 | |
Uninstalling pip: | |
Successfully uninstalled pip | |
Running setup.py install for pip | |
warning: no files found matching 'pip/cacert.pem' | |
warning: no files found matching '*.html' under directory 'docs' | |
warning: no previously-included files matching '*.rst' found under directory 'docs/_build' | |
no previously-included directories found matching 'docs/_build/_sources' | |
Installing pip script to /usr/local/bin | |
Installing pip2.7 script to /usr/local/bin | |
Installing pip2 script to /usr/local/bin | |
Successfully installed pip | |
Cleaning up... | |
root@kraken:/# pip --version | |
-su: /usr/bin/pip: No such file or directory |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment