A quick RVM rundown
RVM gives you three things: an easy way to use multiple versions of multiple Ruby VMs the ability to manage multiple indpendent sets of gems more sanity First, let's install RVM : gem install rvm rvm-install follow the directions to integrate with your shell of choice Now, let's install some Rubies: rvm list known will show us all the released ...
Read more...
Source: Topix