Skip to content

Instantly share code, notes, and snippets.

@arthurleon
Created June 10, 2015 16:16
Show Gist options
  • Save arthurleon/f776ea7a7b99a09768e6 to your computer and use it in GitHub Desktop.
Save arthurleon/f776ea7a7b99a09768e6 to your computer and use it in GitHub Desktop.
Useful RVM commands.
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