Skip to content

Instantly share code, notes, and snippets.

@wendy0402
Last active August 29, 2015 14:18
Show Gist options
  • Save wendy0402/46f00b720ded8c02d87d to your computer and use it in GitHub Desktop.
Save wendy0402/46f00b720ded8c02d87d to your computer and use it in GitHub Desktop.
Install RVM
echo 'go to home folder'
cd $HOME
echo "installing mpapis public key"
gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3
echo "Download and Install RVM"
\curl -sSL https://get.rvm.io | bash -s stable --ruby
echo "Updating Bash Profile"
echo "source $HOME/.rvm/scripts/rvm" >> ~/.bash_profile
source ~/.rvm/scripts/rvm
type rvm | head -n 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment