This is an old revision of the document!


ruby

The simplest way to install Ruby and it's dependencies is to use rvm. This will install everything it needs, and contain itself and its files inside /usr/local/rvm

curl -L get.rvm.io | bash -s stable
gpasswd -a dtrike rvm
source /etc/profile.d/rvm.sh
rvm install 1.9.3