Skip to content

Instantly share code, notes, and snippets.

@hungthai1401
Last active November 2, 2018 10:06
Show Gist options
  • Save hungthai1401/59403904ee6cd9da822cfc1a5f3d5838 to your computer and use it in GitHub Desktop.
Save hungthai1401/59403904ee6cd9da822cfc1a5f3d5838 to your computer and use it in GitHub Desktop.
Install ruby
Install rvm:
1. $gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105BD0E739499BDB
2. curl -sSL https://get.rvm.io -o rvm.sh
3. source ~/.rvm/scripts/rvm
4. rvm install ruby --default
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment