RVM: Ruby Version Manager
Ruby Version Manager (RVM) makes it ridiculously easy to use multiple versions of Ruby at the same time. You install RVM, tell it to "use" a certain Ruby distribution, and if you haven't got it, it'll install it. You can then switch around at will and "ruby" and "gem" will work independently on each. There's also a writeup on Ruby Inside.

Comments