Fork me on GitHub
Donation
Love RVM? A donation would help justify to my family why I spend so much time working on Open Source projects like RVM.
Recommend
If you like my work with RVM, please recommend me *with a comment as to why you recommend me* on Working With Rails – Thank You!
IRC
I am 'wayneeseguin' in #rvm on irc.freenode.net If I do not respond right away, leave a message and I'll respond or leave you a memo when I am around.
Sponsors

Blue Box Group, LLC Nuxos Group

∴ rvm help # Documentation Index

Ruby ( MRI / YARV )

Ruby or 'MRI/YARV' ruby is a series of ruby interpreters. This is the original implementation of Ruby from which the standards (ruby-spec) are being extracted.

Installing

Ruby is installed by specifying the version to install.

∴ rvm install 1.9.1    # Installs 1.9.1
∴ rvm install 1.8.7    # Installs 1.8.7

Community Resources

RVM Documentation Index