Created
November 13, 2011 22:59
-
-
Save rebx/1362873 to your computer and use it in GitHub Desktop.
rvm remove [ruby pkg] kills the $rvm_usr_path set?
This file contains 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
$ echo $rvm_usr_path | |
/some/path/to/rvm/usr | |
$ rvm remove 1.9.3 | |
Removing /some/path/to/rvm/src/ruby-1.9.3-p0... | |
Removing /some/path/to/rvm/rubies/ruby-1.9.3-p0... | |
Removing ruby-1.9.3-p0 aliases... | |
Removing ruby-1.9.3-p0 wrappers... | |
Removing ruby-1.9.3-p0 environments... | |
Removing ruby-1.9.3-p0 binaries... | |
$ echo $rvm_usr_path | |
[nada...madre mio!] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment