Sunday, 20 July 2014

RVM for multiple versions of Ruby

1. Install RVM

$ bash -s stable < <(curl -s https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer )

2. Load Rvm to your shell session

$ echo '[[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm" # Load RVM function' >> ~/.bash_profile

3.


No comments:

Post a Comment