Skip to content

Instantly share code, notes, and snippets.

@gondoi
Created January 28, 2014 22:45
Show Gist options
  • Save gondoi/8678227 to your computer and use it in GitHub Desktop.
Save gondoi/8678227 to your computer and use it in GitHub Desktop.
virtualenvwrapper and rvm
$ #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