Skip to content

Instantly share code, notes, and snippets.

@jesusr
Last active December 20, 2015 16:39
Show Gist options
  • Save jesusr/6163384 to your computer and use it in GitHub Desktop.
Save jesusr/6163384 to your computer and use it in GitHub Desktop.
RVM, Ruby, RubyGems- Install
curl −L https://get.rvm.io | bash −s stable
echo 'source ~/.rvm/scripts/rvm' >> ~/.bash_aliases && bash
rvm install 2.0.0-p195
rvm use 2.0.0-p195 --default
rvm rubygems current
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment