Skip to content

Instantly share code, notes, and snippets.

@cdl
Created September 1, 2014 05:00
Show Gist options
  • Save cdl/b30ee7b7a67ade68eeb9 to your computer and use it in GitHub Desktop.
Save cdl/b30ee7b7a67ade68eeb9 to your computer and use it in GitHub Desktop.

rvm install guide

  1. Run curl -sSL https://get.rvm.io | bash -s stable
  2. Close and re-open your Terminal window. If running rvm returns a Help window, you're good. If not, let me know so we can fix it before continuing.
  3. Go ahead and run rvm install 2.1.
  4. Once installed, go ahead and run rvm use 2.1 --default to have the newly-installed Ruby used by default in new Terminal sessions.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment