Skip to content

Instantly share code, notes, and snippets.

@claritee
Created December 6, 2017 11:06
Show Gist options
  • Save claritee/d261eb5ef29e29f0e9c116ef3a4f5702 to your computer and use it in GitHub Desktop.
Save claritee/d261eb5ef29e29f0e9c116ef3a4f5702 to your computer and use it in GitHub Desktop.

RVM

Install

curl -sSL https://get.rvm.io | bash

Install a version

rvm install 2.1.1

Use a version

rvm use 2.1.1
rvm --default use 2.1.1

Upgrade

rvm get stable
rvm reload

List version

rvm list

Gemsets

rvm gemset create myproject
rvm gemset use myproject
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment