RVM ree install linux

Hi,   The following are the steps to install RVM(Ruby version manager) and ree in your Linux box.   The following commands will install both the softwares in it.   #cd /usr/local/src/ #wget https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer #chmod 755 rvm-installer #./rvm-installer The above...