Wednesday, 1 February 2012

How to install RVM on Ubuntu


Install RVM:
$ bash -s stable < <(curl -s https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer)
Reload your shell environment:
$ source ~/.bash_profile
Find the requirements (follow the instructions):
$ rvm requirements

No comments:

Post a Comment