Skip to content

Instantly share code, notes, and snippets.

@crittelmeyer
Last active May 13, 2016 16:08
Show Gist options
  • Save crittelmeyer/78cf2c167c963d279ae8 to your computer and use it in GitHub Desktop.
Save crittelmeyer/78cf2c167c963d279ae8 to your computer and use it in GitHub Desktop.
rvm cheatsheet

RVM cheatsheet/shortcuts

As configured in my dotfiles

Shortcuts

  • rubies = list installed ruby versions
  • gemsets = list gemsets

Cheatsheet

  • rvm list known => lists available ruby versions
  • rvm install [x.x.x] => installs specified version
  • rvm use [x.x.x] => changes ruby version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment