Skip to content

Instantly share code, notes, and snippets.

@kaguillera
Created May 8, 2012 22:32
Show Gist options
  • Save kaguillera/2639952 to your computer and use it in GitHub Desktop.
Save kaguillera/2639952 to your computer and use it in GitHub Desktop.
create virtual environment
$ virtualenv mysite-env
$ source mysite-env/bin/activate
(mysite-env)$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment