Created
September 21, 2011 04:49
-
-
Save torufurukawa/1231277 to your computer and use it in GitHub Desktop.
alias to create sandbox virtualenv
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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