Created
April 8, 2013 20:04
-
-
Save aisipos/5340011 to your computer and use it in GitHub Desktop.
Output of `pip install -v -v -v --force --upgrade pip`
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
» pip install -v -v -v --force --upgrade pip | |
Downloading/unpacking pip | |
Running setup.py egg_info for package pip | |
Running command python setup.py egg_info | |
running egg_info | |
writing requirements to pip-egg-info/pip.egg-info/requires.txt | |
writing pip-egg-info/pip.egg-info/PKG-INFO | |
writing top-level names to pip-egg-info/pip.egg-info/top_level.txt | |
writing dependency_links to pip-egg-info/pip.egg-info/dependency_links.txt | |
writing entry points to pip-egg-info/pip.egg-info/entry_points.txt | |
warning: manifest_maker: standard file '-c' not found | |
reading manifest file 'pip-egg-info/pip.egg-info/SOURCES.txt' | |
reading manifest template 'MANIFEST.in' | |
warning: no files found matching '*.html' under directory 'docs' | |
warning: no previously-included files matching '*.txt' found under directory 'docs/_build' | |
no previously-included directories found matching 'docs/_build/_sources' | |
writing manifest file 'pip-egg-info/pip.egg-info/SOURCES.txt' | |
Source in /private/var/folders/c_/6xbq8h9s0xbcqfkrwm_c06h80000gn/T/pip-build-anton/pip has version 1.3.1, which satisfies requirement pip | |
skipping extra testing | |
skipping extra testing | |
skipping extra testing | |
skipping extra testing | |
Installing collected packages: pip | |
Found existing installation: pip 1.3.1 | |
Uninstalling pip: | |
Removing file or directory /usr/local/lib/python2.7/site-packages/pip-1.3.1-py2.7.egg | |
Removing pth entries from /usr/local/lib/python2.7/site-packages/easy-install.pth: | |
Removing entry: ./pip-1.3.1-py2.7.egg | |
Successfully uninstalled pip | |
Running setup.py install for pip | |
Running command /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python -c "import setuptools;__file__='/private/var/folders/c_/6xbq8h9s0xbcqfkrwm_c06h80000gn/T/pip-build-anton/pip/setup.py';exec(compile(open(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /var/folders/c_/6xbq8h9s0xbcqfkrwm_c06h80000gn/T/pip-BuJzQb-record/install-record.txt --single-version-externally-managed | |
running install | |
running build | |
running build_py | |
running install_lib | |
running install_egg_info | |
running egg_info | |
writing requirements to pip.egg-info/requires.txt | |
writing pip.egg-info/PKG-INFO | |
writing top-level names to pip.egg-info/top_level.txt | |
writing dependency_links to pip.egg-info/dependency_links.txt | |
writing entry points to pip.egg-info/entry_points.txt | |
warning: manifest_maker: standard file '-c' not found | |
reading manifest file 'pip.egg-info/SOURCES.txt' | |
reading manifest template 'MANIFEST.in' | |
warning: no files found matching '*.html' under directory 'docs' | |
warning: no previously-included files matching '*.txt' found under directory 'docs/_build' | |
no previously-included directories found matching 'docs/_build/_sources' | |
writing manifest file 'pip.egg-info/SOURCES.txt' | |
removing '/usr/local/lib/python2.7/site-packages/pip-1.3.1-py2.7.egg-info' (and everything under it) | |
Copying pip.egg-info to /usr/local/lib/python2.7/site-packages/pip-1.3.1-py2.7.egg-info | |
running install_scripts | |
Installing pip script to /usr/local/share/python | |
Installing pip-2.7 script to /usr/local/share/python | |
writing list of installed files to '/var/folders/c_/6xbq8h9s0xbcqfkrwm_c06h80000gn/T/pip-BuJzQb-record/install-record.txt' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment