Skip to content

Instantly share code, notes, and snippets.

@yuriiik
Last active August 29, 2015 14:07
Show Gist options
  • Save yuriiik/2a6437e3aae9c3bae886 to your computer and use it in GitHub Desktop.
Save yuriiik/2a6437e3aae9c3bae886 to your computer and use it in GitHub Desktop.
RVM Cheatsheet
Generate .ruby-version and .ruby-gemset
rvm --ruby-version use ruby-2.1.3@my_gemset
Upgrade RVM
rvm get stable
Delete gemset
rvm gemset delete ruby-2.1.3@my_gemset
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment