Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 232 Bytes

set-rvm-default-ruby.md

File metadata and controls

9 lines (7 loc) · 232 Bytes

Set RVM Default Ruby

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:

$ rvm --default use ruby-2.2.3