Last active
February 14, 2016 21:33
-
-
Save afterdesign/6111660 to your computer and use it in GitHub Desktop.
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
pip install --user virtualenv | |
$(python -m site --user-base)/bin/virtualenv WHATEVER_DIR_YOU_WANT | |
cd WHATEVER_DIR_YOU_WANT | |
source bin/activate |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment