Last active
May 6, 2019 01:45
-
-
Save dgraham/5895835 to your computer and use it in GitHub Desktop.
Install Ruby 2.0 with ruby-build.
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
git clone https://github.com/sstephenson/ruby-build.git | |
cd ruby-build | |
sudo ./install.sh | |
sudo ruby-build 2.0.0-p247 /usr/local | |
cd .. && rm -rf ruby-build |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment