Created
June 10, 2015 16:16
-
-
Save arthurleon/f776ea7a7b99a09768e6 to your computer and use it in GitHub Desktop.
Useful RVM commands.
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
Install a ruby version | |
---------------------- | |
rvm install 2.2 | |
List Rubies | |
----------- | |
rvm list | |
Use a Ruby Version | |
------------------ | |
rvm use 2.2 | |
Update RVM (in case of NOT FOUND resources) | |
------------------------------------------- | |
rvm get head |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment