Skip to content

Instantly share code, notes, and snippets.

@pvin
Created December 16, 2017 14:12
Show Gist options
  • Select an option

  • Save pvin/fb8837ebda96d4b1b7a70e6f045aa010 to your computer and use it in GitHub Desktop.

Select an option

Save pvin/fb8837ebda96d4b1b7a70e6f045aa010 to your computer and use it in GitHub Desktop.
RVM installation
a. gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105BD0E739499BDB
b. cd /tmp
c. curl -sSL https://get.rvm.io -o rvm.sh
d. cat /tmp/rvm.sh | bash -s stable --rails
e. source /home/username/.rvm/scripts/rvm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment