Skip to content

Instantly share code, notes, and snippets.

@wayneeseguin
Forked from bcardarella/gist:438018
Created June 14, 2010 17:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save wayneeseguin/438020 to your computer and use it in GitHub Desktop.
Save wayneeseguin/438020 to your computer and use it in GitHub Desktop.
rvm --create use default@myproject
[[ -s myproject.gems ]] && rvm gemset import myproject.gems
command -v bundle && bundle install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment