Skip to content

Instantly share code, notes, and snippets.

@jeremyBanks
Created August 11, 2008 06:45
Show Gist options
  • Save jeremyBanks/4818 to your computer and use it in GitHub Desktop.
Save jeremyBanks/4818 to your computer and use it in GitHub Desktop.
[2010-01] me installing demjson way back, saved this for some reason
~ $ sudo easy_install demjson
Searching for demjson
Reading http://www.python.org/pypi/demjson/
Reading http://deron.meranda.us/python/demjson/
Reading http://www.python.org/pypi/demjson/1.3
Best match: demjson 1.3
Downloading http://deron.meranda.us/python/demjson/dist/demjson-1.3.tar.gz
Processing demjson-1.3.tar.gz
Running demjson-1.3/setup.py -q bdist_egg --dist-dir /tmp/easy_install-KDLyNu/demjson-1.3/egg-dist-tmp-eaLyKU
zip_safe flag not set; analyzing archive contents...
Adding demjson 1.3 to easy-install.pth file
Installed /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/demjson-1.3-py2.5.egg
Processing dependencies for demjson
~ $ python
Python 2.5.2 Stackless 3.1b3 060516 (python-2.52:61022, Feb 27 2008, 16:52:03)
[GCC 4.0.1 (Apple Computer, Inc. build 5341)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import demjson
>>> print demjson
<module 'demjson' from '/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/demjson-1.3-py2.5.egg/demjson.pyc'>
>>>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment