Skip to content

Instantly share code, notes, and snippets.

@dstufft
Created June 27, 2013 15:34
Show Gist options
  • Save dstufft/d96d5f198841b017844d to your computer and use it in GitHub Desktop.
Save dstufft/d96d5f198841b017844d to your computer and use it in GitHub Desktop.
pip install http://tarballs.openstack.org/oslo.config/oslo.config-master.tar.gz\#egg\=oslo.config-1.2.0.a34.g08203f6
Downloading/unpacking oslo.config-1.2.0.a34.g08203f6 from http://tarballs.openstack.org/oslo.config/oslo.config-master.tar.gz
Running setup.py egg_info for package oslo.config-1.2.0.a34.g08203f6
Installed /private/var/folders/94/79qhyrmd5y9f843ry4jnvy4w0000gn/T/easy_install-gD5EEm/pbr-0.5.17/d2to1-0.2.10-py2.7.egg
warning: no previously-included files found matching '.gitignore'
warning: no previously-included files found matching '.gitreview'
warning: no previously-included files matching '*.pyc' found anywhere in distribution
zip_safe flag not set; analyzing archive contents...
Installed /Users/dstufft/.virtualenvs/902431e0730cab29/build/oslo.config-1.2.0.a34.g08203f6/pbr-0.5.17-py2.7.egg
Searching for d2to1
Reading http://pypi.python.org/simple/d2to1/
Best match: d2to1 0.2.10
Downloading http://pypi.python.org/packages/source/d/d2to1/d2to1-0.2.10.tar.gz#md5=be97f5330bae3206e1555b58dae23848
Processing d2to1-0.2.10.tar.gz
Running d2to1-0.2.10/setup.py -q bdist_egg --dist-dir /var/folders/94/79qhyrmd5y9f843ry4jnvy4w0000gn/T/easy_install-hmTiex/d2to1-0.2.10/egg-dist-tmp-ovqpOU
Installed /Users/dstufft/.virtualenvs/902431e0730cab29/build/oslo.config-1.2.0.a34.g08203f6/d2to1-0.2.10-py2.7.egg
Searching for setuptools-git>=0.4
Reading http://pypi.python.org/simple/setuptools_git/
Best match: setuptools-git 1.0b1
Downloading http://pypi.python.org/packages/source/s/setuptools-git/setuptools-git-1.0b1.tar.gz#md5=ac67cbaa1336b7de25b1b5ff93b4e90d
Processing setuptools-git-1.0b1.tar.gz
Running setuptools-git-1.0b1/setup.py -q bdist_egg --dist-dir /var/folders/94/79qhyrmd5y9f843ry4jnvy4w0000gn/T/easy_install-1Mo7RU/setuptools-git-1.0b1/egg-dist-tmp-CRoP8m
/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'mainainer'
warnings.warn(msg)
/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'mainainer_email'
warnings.warn(msg)
Installed /Users/dstufft/.virtualenvs/902431e0730cab29/build/oslo.config-1.2.0.a34.g08203f6/setuptools_git-1.0b1-py2.7.egg
[d2to1] running patched manifest_maker command with extra_files support
warning: no files found matching '*' under directory 'tools'
warning: no previously-included files found matching '.gitignore'
warning: no previously-included files found matching '.gitreview'
warning: no previously-included files matching '*.pyc' found anywhere in distribution
Downloading/unpacking six (from oslo.config-1.2.0.a34.g08203f6)
Using download cache from /Users/dstufft/.pip/cache/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2Fs%2Fsix%2Fsix-1.3.0.tar.gz
Running setup.py egg_info for package six
Installing collected packages: oslo.config-1.2.0.a34.g08203f6, six
Running setup.py install for oslo.config-1.2.0.a34.g08203f6
warning: no files found matching '*' under directory 'tools'
warning: no previously-included files found matching '.gitignore'
warning: no previously-included files found matching '.gitreview'
warning: no previously-included files matching '*.pyc' found anywhere in distribution
Skipping installation of /Users/dstufft/.virtualenvs/902431e0730cab29/lib/python2.7/site-packages/oslo/__init__.py (namespace package)
Installing /Users/dstufft/.virtualenvs/902431e0730cab29/lib/python2.7/site-packages/oslo.config-1.2.0.a34.g08203f6-py2.7-nspkg.pth
Running setup.py install for six
Successfully installed oslo.config-1.2.0.a34.g08203f6 six
Cleaning up...
~VIRTUAL_ENV ⮀
⮀ pip --version (902431e0730cab29)
pip 1.3.1 from /Users/dstufft/.virtualenvs/902431e0730cab29/lib/python2.7/site-packages/pip-1.3.1-py2.7.egg (python 2.7)
~VIRTUAL_ENV ⮀
⮀ python -c 'from oslo.config.cfg import DeprecatedOpt' (902431e0730cab29)
~VIRTUAL_ENV ⮀
⮀ python (902431e0730cab29)
Python 2.7.5 (default, May 22 2013, 00:35:10)
[GCC 4.2.1 Compatible Apple LLVM 4.2 (clang-425.0.28)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import oslo.config
>>> oslo.config.__file__
'/Users/dstufft/.virtualenvs/902431e0730cab29/lib/python2.7/site-packages/oslo/config/__init__.pyc'
>>>
~VIRTUAL_ENV ⮀
⮀ subl /Users/dstufft/.virtualenvs/902431e0730cab29/lib/python2.7/site-packages/oslo/config/__init__.py
~VIRTUAL_ENV ⮀
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment