Skip to content

Instantly share code, notes, and snippets.

@kingbin
Created September 3, 2014 14:45
Show Gist options
  • Save kingbin/4e5ebcef90557c871523 to your computer and use it in GitHub Desktop.
Save kingbin/4e5ebcef90557c871523 to your computer and use it in GitHub Desktop.
RVM Notes
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