Skip to content

Instantly share code, notes, and snippets.

@gpolyn
Last active January 4, 2016 17:49
Show Gist options
  • Save gpolyn/8656747 to your computer and use it in GitHub Desktop.
Save gpolyn/8656747 to your computer and use it in GitHub Desktop.
RVM shortcuts and associated knowledge (references)
rvm get stable # update rvm
rvm list # 'installed' rubies
rvm list gemsets # gemsets for each installed ruby (including 'default' and 'global')
rvm gemset list # gemsets for the current ruby
----------
Diff. between 'global' and 'default' gemsets is gems in global are available in all other
gemsets on the ruby, except the default.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment