Skip to content

Instantly share code, notes, and snippets.

@cola-zero
Created January 24, 2012 05:00
Show Gist options
  • Save cola-zero/1667982 to your computer and use it in GitHub Desktop.
Save cola-zero/1667982 to your computer and use it in GitHub Desktop.
rvm gemset list always return current ruby's gemset.
(git)-[master]$ rvm gemset list
gemsets for ruby-1.9.3-p0 (found in /Users/masahirokoga/.rvm/gems/ruby-1.9.3-p0)
global
podcastfarm
(git)-[master]$ rvm ruby-1.9.2-p290 gemset list
gemsets for ruby-1.9.3-p0 (found in /Users/masahirokoga/.rvm/gems/ruby-1.9.3-p0)
global
podcastfarm
(git)-[master]$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment