rvm

rvm is ruby version manager. Allow you to have multiple ruby version.

To install rvm, run

gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3
curl -sSL https://get.rvm.io | bash -s stable

To install a ruby version, run

Advertisement

rvm install 2.4.2

To set it default, use

rvm --default use 2.4.2
Add a comment

Leave a Reply

Your email address will not be published. Required fields are marked *

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Advertisement