Skip to content

Instantly share code, notes, and snippets.

@JonRowe
Created October 10, 2010 14:14
Show Gist options
  • Save JonRowe/619267 to your computer and use it in GitHub Desktop.
Save JonRowe/619267 to your computer and use it in GitHub Desktop.
~$ rvm gemset create new_gemset
'new_gemset' gemset created (/Users/jrowe/.rvm/gems/ruby-1.9.2-p0@new_gemset).
~$ rvm use 1.9.2@new_gemset
Using /Users/jrowe/.rvm/gems/ruby-1.9.2-p0 with gemset new_gemset
~$ gem list
*** LOCAL GEMS ***
rake (0.8.7)
rdoc (2.5.11)
~$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment