Simplest RVM Installation Guide
Run this command to install the
Edit: Oops, I guess it can get even simpler: (Yes, the ‘\’ is intentional.)
Now use it:
Source: An awesome Canadian website.
rvm
command, a very simple and intuitive “Ruby Version Manager”:
mkdir -p ~/.rvm/src && cd ~/.rvm/src && rm -rf ./rvm && \ git clone --depth 1 git://github.com/wayneeseguin/rvm.git && \ cd rvm && ./install && \ echo "if [[ -s $HOME/.rvm/scripts/rvm ]]; then source $HOME/.rvm/scripts/rvm; fi" >> ~/.bashrc
\curl -L https://get.rvm.io | bash
rvm install 1.9.3
Posted in OpenSource
Sorry to say, this is out-of-date. See the first page of the RVM website: https://rvm.io/ for the current RVM installation script. [edited: shameless promotion, not relevant]