Skip to content

Instantly share code, notes, and snippets.

@torufurukawa
Created September 21, 2011 04:49
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 torufurukawa/1231277 to your computer and use it in GitHub Desktop.
Save torufurukawa/1231277 to your computer and use it in GitHub Desktop.
alias to create sandbox virtualenv
alias mksandbox='virtualenv --no-site-packages sandbox; source sandbox/bin/activate'
alias usesandbox='source sandbox/bin/activate'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment