Created
January 28, 2014 22:45
-
-
Save gondoi/8678227 to your computer and use it in GitHub Desktop.
virtualenvwrapper and rvm
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
$ #install virtualvenvwrapper | |
$ #install rvm | |
$ #start new shell | |
$ echo $PATH | |
$ mkvirtualenv test | |
$ echo $PATH | |
$ mkvirtualenv test2 | |
$ echo $PATH # < once you create a second, or switch from one venv to another via workon, the PATH gets reset. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment