Skip to content

Instantly share code, notes, and snippets.

@calvinchengx
Created December 5, 2012 05:35
Show Gist options
  • Select an option

  • Save calvinchengx/4212645 to your computer and use it in GitHub Desktop.

Select an option

Save calvinchengx/4212645 to your computer and use it in GitHub Desktop.
new project
cd ~/work
mkvirtualenv -p python2.7 --no-site-packages --distribute pythonio
pip install -e git+git://github.com/django/django.git#egg=django
django-admin.py startproject pythonio
cd pythonio
git init
git remote add origin ssh://[email protected]/pythonio/pythonio.git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment