Created
September 10, 2017 13:12
-
-
Save odg0318/6fa92f064b7538a2d467d59c4fddd0eb to your computer and use it in GitHub Desktop.
rvm
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo apt-get install software-properties-common | |
| sudo apt-add-repository -y ppa:rael-gc/rvm | |
| sudo apt-get update | |
| sudo apt-get install rvm | |
| source /etc/profile.d/rvm.sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment