Skip to content

Instantly share code, notes, and snippets.

@fredrick
Created October 6, 2011 16:58
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 fredrick/1267943 to your computer and use it in GitHub Desktop.
Save fredrick/1267943 to your computer and use it in GitHub Desktop.
Installing Django (virgin) in OS X Leopard
#!/bin/sh
# In Terminal
cd
curl -O http://pypi.python.org/packages/2.5/s/setuptools/setuptools-0.6c11-py2.5.egg
sh ~/setuptools-0.6c11-py2.5.egg
sudo easy_install django
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment