Skip to content

Instantly share code, notes, and snippets.

@marksteward
Last active August 14, 2017 22:26
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 marksteward/6e18d9a726ee24521083bb856b1c53ae to your computer and use it in GitHub Desktop.
Save marksteward/6e18d9a726ee24521083bb856b1c53ae to your computer and use it in GitHub Desktop.
First time:
mkdir -p ~/git/polls
cd ~/git/polls
virtualenv -p python3.4 django-polls
source django-polls/bin/activate
pip install django
Subsequent times:
cd ~/git/polls
source django-polls/bin/activate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment