Skip to content

Instantly share code, notes, and snippets.

@aaronjensen
Created June 28, 2012 07:00
Show Gist options
  • Save aaronjensen/3009602 to your computer and use it in GitHub Desktop.
Save aaronjensen/3009602 to your computer and use it in GitHub Desktop.
create a gemset
bash -c "[[ -s \"$HOME/.rvm/scripts/rvm\" ]] && . \"$HOME/.rvm/scripts/rvm\" && rvm use --create %RUBY_VERSION%@%GEMSET%"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment