Created
September 3, 2014 14:45
-
-
Save kingbin/4e5ebcef90557c871523 to your computer and use it in GitHub Desktop.
RVM Notes
This file contains hidden or 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 list known - list most recent / imporant releases rvm supports with source | |
| rvm list remote [rubies|rbx|jruby] - list available binaries for your platforms | |
| rvm install 2.1 --latest-binary - install latest available 2.1 binary (before I have time to compile from latest source) | |
| rvm install rbx-weekly --binary - detect latest available weekly build of rbx | |
| update those gems dude | |
| gem update `gem list | cut -d ' ' -f 1` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment