Created
August 26, 2017 07:44
-
-
Save samgooi4189/f0f4327e1fc17014c9cad68d64f69ef4 to your computer and use it in GitHub Desktop.
using virtualenv installed using pip
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
Here are the steps to have working virtualenv: | |
$ pip install virtualenv | |
$ sudo /usr/bin/easy_install virtualenv |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment