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
$ rvm help # Documentation Index

RVM Prerequisites

Most of the requirements bellow are met by standard Linux distributions, make sure to check following command after installing rvm:

rvm requirements


RVM uses the following standard GNU tools (some are built into bash):

RVM also requires the following libraries (for installing '-head' rubies).

If you want to use RVM in Zsh, you will also needs version: 4.3.5 <= zsh <= 4.3.12.

NOTE: For a quick and dirty way to find out if you have these programs and where they are, copy and paste the following code into your shell. This works in both Zsh and Bash so you can copy and paste with no worries.

for name in {bash,awk,sed,grep,ls,cp,tar,curl,gunzip,bunzip2,git,svn} ; do which $name ;  done
RVM Documentation Index