Last active
January 4, 2016 17:49
-
-
Save gpolyn/8656747 to your computer and use it in GitHub Desktop.
RVM shortcuts and associated knowledge (references)
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 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