Skip to content

Instantly share code, notes, and snippets.

@0xGGGGG
Created November 7, 2011 18:00
Show Gist options
  • Save 0xGGGGG/1345672 to your computer and use it in GitHub Desktop.
Save 0xGGGGG/1345672 to your computer and use it in GitHub Desktop.
set a specific rvm gemset per project basis
# on your project's root folder,
echo 'rvm --create --rvmrc use your-ruby-version@your-gemset-name' > .rvmrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment