Skip to content

Instantly share code, notes, and snippets.

@hugs
Created May 27, 2009 17:18
Show Gist options
  • Select an option

  • Save hugs/118761 to your computer and use it in GitHub Desktop.

Select an option

Save hugs/118761 to your computer and use it in GitHub Desktop.
chipperfish:~ jasonhuggins$ sudo /Library/Frameworks/Python.framework/Versions/2.5/bin/easy_install Sphinx
Searching for Sphinx
Reading http://pypi.python.org/simple/Sphinx/
Reading http://sphinx.pocoo.org/
Best match: Sphinx 0.6.1
Downloading http://pypi.python.org/packages/2.5/S/Sphinx/Sphinx-0.6.1-py2.5.egg#md5=97b2b41115ba6825e5a9908b43cdf518
Processing Sphinx-0.6.1-py2.5.egg
creating /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/Sphinx-0.6.1-py2.5.egg
Extracting Sphinx-0.6.1-py2.5.egg to /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages
Adding Sphinx 0.6.1 to easy-install.pth file
Installing sphinx-build script to /Library/Frameworks/Python.framework/Versions/2.5/bin
Installing sphinx-quickstart script to /Library/Frameworks/Python.framework/Versions/2.5/bin
Installing sphinx-autogen script to /Library/Frameworks/Python.framework/Versions/2.5/bin
Installed /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/Sphinx-0.6.1-py2.5.egg
Processing dependencies for Sphinx
Searching for Jinja2>=2.1
Reading http://pypi.python.org/simple/Jinja2/
Reading http://jinja.pocoo.org/
Best match: Jinja2 2.1.1
Downloading http://pypi.python.org/packages/source/J/Jinja2/Jinja2-2.1.1.tar.gz#md5=b37fc262e4f613eec57c3defe6aea97c
Processing Jinja2-2.1.1.tar.gz
Running Jinja2-2.1.1/setup.py -q bdist_egg --dist-dir /tmp/easy_install-rejg-6/Jinja2-2.1.1/egg-dist-tmp-9M5OK8
warning: no files found matching 'Makefile'
warning: no files found matching 'ez_setup.py'
warning: no previously-included files matching '*' found under directory 'docs/_build/doctrees'
Adding Jinja2 2.1.1 to easy-install.pth file
Installed /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/Jinja2-2.1.1-py2.5-macosx-10.3-i386.egg
Searching for Pygments>=0.8
Reading http://pypi.python.org/simple/Pygments/
Reading http://pygments.org/
Reading http://pygments.pocoo.org/
Best match: Pygments 1.0
Downloading http://pypi.python.org/packages/2.5/P/Pygments/Pygments-1.0-py2.5.egg#md5=7e39d44a5b9ec0e037714863d5c6a2e6
Processing Pygments-1.0-py2.5.egg
creating /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/Pygments-1.0-py2.5.egg
Extracting Pygments-1.0-py2.5.egg to /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages
Adding Pygments 1.0 to easy-install.pth file
Installing pygmentize script to /Library/Frameworks/Python.framework/Versions/2.5/bin
Installed /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/Pygments-1.0-py2.5.egg
Finished processing dependencies for Sphinx
chipperfish:~ jasonhuggins$ python
Python 2.5.2 (r252:60911, Feb 22 2008, 07:57:53)
[GCC 4.0.1 (Apple Computer, Inc. build 5363)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import sphinx
>>> sphinx.__file__
'/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/Sphinx-0.6.1-py2.5.egg/sphinx/__init__.pyc'
>>>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment