Skip to content

Instantly share code, notes, and snippets.

@tianhuil
Created May 9, 2014 20:17
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 tianhuil/f42116dc7a070a5eb0e2 to your computer and use it in GitHub Desktop.
Save tianhuil/f42116dc7a070a5eb0e2 to your computer and use it in GitHub Desktop.
Setting up virtual environments
# if you need to install virtualenv
# pip install virtualenv
# in the folder
virtualenv venv
. venv/bin/activate
# to deactivate
# deactivate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment