mirror of
https://github.com/jbranchaud/til
synced 2026-07-05 17:00:17 +00:00
Add Set RVM Default Ruby as a ruby til.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
# 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
|
||||
```
|
||||
Reference in New Issue
Block a user