Created
January 26, 2016 16:04
-
-
Save sikachu/f8d6b4767543cd2db9f4 to your computer and use it in GitHub Desktop.
rvm alias overrides
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[~] rvm alias list | |
default => ruby-2.3.0 | |
[~] rvm alias create 2.1 2.1.0 | |
ruby-2.1.0 is not installed. | |
Creating alias 2.1 for ruby-2.1.0... | |
[~] rvm alias list | |
2.1 => ruby-2.1.0 | |
default => ruby-2.3.0 | |
[~] rvm alias create 2.1 2.1.8 | |
ruby-2.1.8 is not installed. | |
Creating alias 2.1 for ruby-2.1.8.... | |
[~] rvm alias list | |
2.1 => ruby-2.1.8 | |
default => ruby-2.3.0 | |
[~] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment