Skip to content

Instantly share code, notes, and snippets.

@kumabotz
Created December 5, 2012 18:36
Show Gist options
  • Save kumabotz/4218270 to your computer and use it in GitHub Desktop.
Save kumabotz/4218270 to your computer and use it in GitHub Desktop.
rvm
# test rvm
$ source ~/.rvm/scripts/rvm
$ type rvm | head -n 1
rvm is a function
$ rvm requirements
# use rvm
$ rvm list known
$ rvm install 1.9.2
$ rvm use 1.9.2
$ ruby -v
$ w ruby
$ rvm user 1.9.2 --default
# remove rvm
$ rvm implode
$ gem uninstall rvm
$ unlink ~/.rvmrc
$ sudo rm /etc/rvmrc
# rvm reload is your friend
$ rvm reload
@kumabotz
Copy link
Author

kumabotz commented Dec 5, 2012

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment