Skip to content

Instantly share code, notes, and snippets.

@francois-blanchard
Last active January 3, 2016 05:19
Show Gist options
  • Save francois-blanchard/89d21a877a0b840a4472 to your computer and use it in GitHub Desktop.
Save francois-blanchard/89d21a877a0b840a4472 to your computer and use it in GitHub Desktop.
Manage Ruby version with RVM

Auto set ruby version in folder

RVMRC file

$ rvm --rvmrc --create ruby-2.2.0@gemset

RUBY-VERSION file

$ rvm --create --ruby-version ruby-2.2.2@genesis
$ rvm list known
$ rvm install ruby last.ruby.version-pXXX
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment