Skip to content

Instantly share code, notes, and snippets.

@rebx
Created November 13, 2011 22:59
Show Gist options
  • Save rebx/1362873 to your computer and use it in GitHub Desktop.
Save rebx/1362873 to your computer and use it in GitHub Desktop.
rvm remove [ruby pkg] kills the $rvm_usr_path set?
$ 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