Skip to content

Instantly share code, notes, and snippets.

@damncabbage
Created February 3, 2014 01:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save damncabbage/8777629 to your computer and use it in GitHub Desktop.
Save damncabbage/8777629 to your computer and use it in GitHub Desktop.
$ pip install which -v -v
Downloading/unpacking which
Getting page https://pypi.python.org/simple/which/
URLs to search for versions for which:
* https://pypi.python.org/simple/which/
Getting page http://code.google.com/p/which/b
Analyzing links from page https://pypi.python.org/simple/which/
Skipping link http://code.google.com/p/which/ (from https://pypi.python.org/simple/which/); not a file
Analyzing links from page http://code.google.com/p/which/
Skipping link https://www.google.com/accounts/ServiceLogin?service=code&ltmpl=phosting&continue=http%3A%2F%2Fcode.google.com%2Fp%2Fwhich%2F&followup=http%3A%2F%2Fcode.google.com%2Fp%2Fwhich%2F (from http://code.google.com/p/which/); not a file
Skipping link http://code.google.com/p/which/downloads/list (from http://code.google.com/p/which/); not a file
Skipping link http://code.google.com/p/which/w/list (from http://code.google.com/p/which/); not a file
Skipping link http://code.google.com/p/which/issues/list (from http://code.google.com/p/which/); not a file
Skipping link http://code.google.com/p/which/source/checkout (from http://code.google.com/p/which/); not a file
Skipping link http://code.google.com/p/which/people/list (from http://code.google.com/p/which/); not a file
Skipping link http://code.google.com/p/which/feeds (from http://code.google.com/p/which/); not a file
Skipping link http://www.opensource.org/licenses/mit-license.php (from http://code.google.com/p/which/); unknown archive format: .php
Skipping link http://code.google.com/hosting/search?q=label:which (from http://code.google.com/p/which/); not a file
Skipping link http://code.google.com/hosting/search?q=label:python (from http://code.google.com/p/which/); not a file
Skipping link http://code.google.com/u/114417645539777829862/ (from http://code.google.com/p/which/); not a file
Found link http://which.googlecode.com/files/which-1.1.0.zip (from http://code.google.com/p/which/), version: 1.1.0
Skipping link http://code.google.com/p/which/downloads/detail?name=which-1.1.0.zip (from http://code.google.com/p/which/); not a file
Skipping link http://code.google.com/p/which/wiki/ChangeLog (from http://code.google.com/p/which/); not a file
Skipping link http://trentm.com/blog/ (from http://code.google.com/p/which/); not a file
Skipping link http://code.google.com/p/which/#Getting_Started (from http://code.google.com/p/which/); not a file
Skipping link http://code.google.com/projecthosting/terms.html (from http://code.google.com/p/which/); unknown archive format: .html
Skipping link http://www.google.com/privacy.html (from http://code.google.com/p/which/); unknown archive format: .html
Skipping link http://code.google.com/p/support/ (from http://code.google.com/p/which/); not a file
Skipping link http://code.google.com/projecthosting/ (from http://code.google.com/p/which/); not a file
You are installing a potentially insecure and unverifiable file. Future versions of pip will default to disallowing insecure files.
Downloading which-1.1.0.zip
Downloading from URL http://which.googlecode.com/files/which-1.1.0.zip (from http://code.google.com/p/which/)
Running setup.py egg_info for package which
running egg_info
creating pip-egg-info/which.egg-info
writing pip-egg-info/which.egg-info/PKG-INFO
writing top-level names to pip-egg-info/which.egg-info/top_level.txt
writing dependency_links to pip-egg-info/which.egg-info/dependency_links.txt
writing manifest file 'pip-egg-info/which.egg-info/SOURCES.txt'
warning: manifest_maker: standard file '-c' not found
reading manifest file 'pip-egg-info/which.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no previously-included files found matching '*~'
warning: no files found matching '*.txt' under directory 'test'
writing manifest file 'pip-egg-info/which.egg-info/SOURCES.txt'
Source in ./env/build/which has version 1.1.0, which satisfies requirement which
Installing collected packages: which
Running setup.py install for which
Running command /.../python2.7 -c "import setuptools;__file__='/.../env/build/which/setup.py';exec(compile(open(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /var/folders/nt/ccm0lswx1q7940l8n_8m9rpmq9jkh2/T/pip-6zZ0Df-record/install-record.txt --single-version-externally-managed --install-headers /.../env/bin/../include/site/python2.7
running install
running build
running build_py
creating build
creating build/lib
copying which.py -> build/lib
running install_lib
copying build/lib/which.py -> /.../env/lib/python2.7/site-packages
byte-compiling /.../env/lib/python2.7/site-packages/which.py to which.pyc
running install_data
running install_egg_info
running egg_info
creating which.egg-info
writing which.egg-info/PKG-INFO
writing top-level names to which.egg-info/top_level.txt
writing dependency_links to which.egg-info/dependency_links.txt
writing manifest file 'which.egg-info/SOURCES.txt'
warning: manifest_maker: standard file '-c' not found
reading manifest file 'which.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no previously-included files found matching '*~'
warning: no files found matching '*.txt' under directory 'test'
writing manifest file 'which.egg-info/SOURCES.txt'
Copying which.egg-info to /.../env/lib/python2.7/site-packages/which-1.1.0-py2.7.egg-info
running install_scripts
writing list of installed files to '/tmp/pip-6zZ0Df-record/install-record.txt'
Successfully installed which
Cleaning up...
Removing temporary dir /.../env/build...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment