Skip to content

Instantly share code, notes, and snippets.

@trandaison
Created June 12, 2017 09:49
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 trandaison/03db8c941737e273200c56ca4cbd2652 to your computer and use it in GitHub Desktop.
Save trandaison/03db8c941737e273200c56ca4cbd2652 to your computer and use it in GitHub Desktop.
Install Ruby using RVM
  1. install RVM
\curl -sSL https://get.rvm.io | bash -s stable
  1. List all ruby versions
rvm list known
  1. Install a version of Ruby
rvm install ruby-2.4.1
  1. Select a default version
rvm use ruby-2.4.1
rvm use ruby-2.4.1 --default
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment