Skip to content

Instantly share code, notes, and snippets.

@nahurst
Created January 11, 2013 17:18
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 nahurst/4512419 to your computer and use it in GitHub Desktop.
Save nahurst/4512419 to your computer and use it in GitHub Desktop.
Setup rvm for a project
cd project
rvm --rvmrc --create 1.9.2@project
cd ../project # confirm rvm with y
ruby -v # confirm version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment