Skip to content

Instantly share code, notes, and snippets.

@swapnil-webonise
Created July 11, 2017 13:47
Show Gist options
  • Save swapnil-webonise/c17e9e5b06e8caa81670b15133f17da2 to your computer and use it in GitHub Desktop.
Save swapnil-webonise/c17e9e5b06e8caa81670b15133f17da2 to your computer and use it in GitHub Desktop.
Install RVM
1) sudo apt-get update
2) sudo apt-get install curl
3) \curl -L https://get.rvm.io | bash -s stable
4) add following line to ~/.bash_profile
and ~/.profile
[[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm"
4) After it is done installing, load RVM. You may first need to exit out of your shell session and start up a new one.
source ~/.rvm/scripts/rvm
5) In order to work, RVM has some of its own dependancies that need to be installed. To automatically install them:
rvm requirements
6) rvm install (version)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment