Created
November 23, 2018 06:56
-
-
Save ShawnHuang/9750e6c58ae472c99ae2556b52146640 to your computer and use it in GitHub Desktop.
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
$ \curl -sSL https://get.rvm.io | bash | |
$ source /home/<user>/.rvm/scripts/rvm | |
$ rvm -v | |
$ rvm install ruby | |
$ ruby -v | |
$ sudo apt-get install rubygems | |
$ gem update | |
$ sudo apt-get install ruby-dev zlib1g-dev liblzma-dev build-essential patch | |
$ rvm gemset list | |
$ gem install rails | |
$ rails -v |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment