Created
January 27, 2016 18:00
-
-
Save nandomoreirame/e528c357520fed9eb5fd to your computer and use it in GitHub Desktop.
rvm and ruby - https://rvm.io/rvm/install
This file contains 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 ruby ruby-dev -y | |
$ gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 | |
$ \curl -sSL https://get.rvm.io | bash -s stable | |
$ rvm requirements | |
$ rvm install ruby | |
$ rvm use ruby --default | |
$ rvm rubygems current |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment