Last updated 3 years ago
Was this helpful?
The default version of Ruby can be set for RVM using the --default flag. For instance, to set the default version of Ruby to ruby-2.2.3, use the following command:
--default
ruby-2.2.3
$ rvm --default use ruby-2.2.3