Skip to content

Instantly share code, notes, and snippets.

@george
Created October 2, 2010 00:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save george/607116 to your computer and use it in GitHub Desktop.
Save george/607116 to your computer and use it in GitHub Desktop.
work ∴ cd gitjour
error: Gemset 'gitjour' does not exist, rvm gemset create 'gitjour' first. # <= correct, it doesn't exist
Using /Users/george/.rvm/gems/ree-1.8.7-2010.02 with gemset gitjour # <= surprising given it doesn't exist, but understandable
gitjour ∴ rvm gemdir
/Users/george/.rvm/gems/ree-1.8.7-2010.02@gitjour # <= again, surprising given it doesn't exist, but understandable
gitjour ∴ ls /Users/george/.rvm/gems/ree-1.8.7-2010.02@gitjour
ls: /Users/george/.rvm/gems/ree-1.8.7-2010.02@gitjour: No such file or directory # <= expected
gitjour ∴ rvm gemset create 'gitjour'
Gemset 'gitjour' does not exist, rvm gemset create 'gitjour' first. # <= I shouldn't see this since I'm in the process of creating it
'gitjour' gemset created (/Users/george/.rvm/gems/ree-1.8.7-2010.02@gitjour). # <= I <3 RVM
gitjour ∴
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment