Skip to content

Instantly share code, notes, and snippets.

@dgraham
Last active May 6, 2019 01:45
Show Gist options
  • Save dgraham/5895835 to your computer and use it in GitHub Desktop.
Save dgraham/5895835 to your computer and use it in GitHub Desktop.
Install Ruby 2.0 with ruby-build.
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