Skip to content

Instantly share code, notes, and snippets.

@kocoai
Last active July 11, 2019 12:00
Show Gist options
  • Save kocoai/002b2b54c06f0b94e4dc to your computer and use it in GitHub Desktop.
Save kocoai/002b2b54c06f0b94e4dc to your computer and use it in GitHub Desktop.
install rvm #shell #rvm
#Install RVM
\curl -L https://get.rvm.io | bash -s stable --ruby
#Intall Ruby
rvm list known
rvm install 2.0.0
rvm --default use 2.0.0
#Other way
rvm get stable --auto-dotfiles
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment