Last active
November 3, 2017 18:55
-
-
Save gaelfoppolo/c17a5901936d606514dcf98dd3331e7e 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 virtualenv | |
virtualenv --python=/usr/bin/python2.7 python27 | |
source python27/bin/activate |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment