Skip to content

Instantly share code, notes, and snippets.

@qwcode
Created April 15, 2015 23:47
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 qwcode/7ac7377b5a88872b0343 to your computer and use it in GitHub Desktop.
Save qwcode/7ac7377b5a88872b0343 to your computer and use it in GitHub Desktop.
(VE)[qwcode@qwcode tmp]$ pip --version
pip 6.1.1 from /tmp/VE/lib/python2.7/site-packages (python 2.7)
(VE)[qwcode@qwcode tmp]$ pip install -vv --no-clean peppercorn
Collecting peppercorn
Getting page https://pypi.python.org/simple/peppercorn/
1 location(s) to search for versions of peppercorn:
* https://pypi.python.org/simple/peppercorn/
Getting page https://pypi.python.org/simple/peppercorn/
Analyzing links from page https://pypi.python.org/simple/peppercorn/
Found link https://pypi.python.org/packages/source/p/peppercorn/peppercorn-0.1.tar.gz#md5=e130ffecc953a1f1ae5d1a25c10f85f3 (from https://pypi.python.org/simple/peppercorn/), version: 0.1
Found link https://pypi.python.org/packages/source/p/peppercorn/peppercorn-0.2.tar.gz#md5=7f9886f71e9449b1c434f967d2cb97de (from https://pypi.python.org/simple/peppercorn/), version: 0.2
Found link https://pypi.python.org/packages/source/p/peppercorn/peppercorn-0.3.tar.gz#md5=239eaacae60202ff8837ca8dac7ef6d1 (from https://pypi.python.org/simple/peppercorn/), version: 0.3
Found link https://pypi.python.org/packages/source/p/peppercorn/peppercorn-0.4.tar.gz#md5=464d6f2342eaf704dfb52046c1f5c320 (from https://pypi.python.org/simple/peppercorn/), version: 0.4
Found link https://pypi.python.org/packages/source/p/peppercorn/peppercorn-0.5.tar.gz#md5=f08efbca5790019ab45d76b7244abd40 (from https://pypi.python.org/simple/peppercorn/), version: 0.5
Using version 0.5 (newest of versions: 0.5, 0.4, 0.3, 0.2, 0.1)
Using cached peppercorn-0.5.tar.gz
Downloading from URL https://pypi.python.org/packages/source/p/peppercorn/peppercorn-0.5.tar.gz#md5=f08efbca5790019ab45d76b7244abd40 (from https://pypi.python.org/simple/peppercorn/)
Running setup.py (path:/tmp/pip-build-y10zCP/peppercorn/setup.py) egg_info for package peppercorn
Running command python setup.py egg_info
Source in ./pip-build-y10zCP/peppercorn has version 0.5, which satisfies requirement peppercorn from https://pypi.python.org/packages/source/p/peppercorn/peppercorn-0.5.tar.gz#md5=f08efbca5790019ab45d76b7244abd40
Installing collected packages: peppercorn
Running setup.py install for peppercorn
Running command /tmp/VE/bin/python2.7 -c "import setuptools, tokenize;__file__='/tmp/pip-build-y10zCP/peppercorn/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-LvA4IQ-record/install-record.txt --single-version-externally-managed --compile --install-headers /tmp/VE/include/site/python2.7/peppercorn
Successfully installed peppercorn-0.5
(VE)[qwcode@qwcode tmp]$ ll /tmp/pip-build-y10zCP/peppercorn
total 44K
drwxrwxr-x. 7 qwcode qwcode 340 Apr 15 16:47 .
drwx------. 3 qwcode qwcode 60 Apr 15 16:47 ..
drwxrwxr-x. 3 qwcode qwcode 60 Apr 15 16:47 build
-rw-rw-r--. 1 qwcode qwcode 1.5K Apr 15 16:47 CHANGES.txt
-rw-rw-r--. 1 qwcode qwcode 4.6K Apr 15 16:47 CONTRIBUTORS.txt
-rw-rw-r--. 1 qwcode qwcode 109 Apr 15 16:47 COPYRIGHT.txt
drwxrwxr-x. 3 qwcode qwcode 160 Apr 15 16:47 docs
-rw-rw-r--. 1 qwcode qwcode 236 Apr 15 16:47 .gitignore
-rw-rw-r--. 1 qwcode qwcode 1.8K Apr 15 16:47 LICENSE.txt
drwxrwxr-x. 2 qwcode qwcode 100 Apr 15 16:47 peppercorn
drwxrwxr-x. 2 qwcode qwcode 140 Apr 15 16:47 peppercorn.egg-info
drwxrwxr-x. 3 qwcode qwcode 60 Apr 15 16:47 pip-egg-info
-rw-rw-r--. 1 qwcode qwcode 3.5K Apr 15 16:47 PKG-INFO
-rw-rw-r--. 1 qwcode qwcode 426 Apr 15 16:47 README.txt
-rw-rw-r--. 1 qwcode qwcode 193 Apr 15 16:47 setup.cfg
-rw-rw-r--. 1 qwcode qwcode 2.3K Apr 15 16:47 setup.py
-rw-rw-r--. 1 qwcode qwcode 528 Apr 15 16:47 tox.ini
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment