Skip to content

Instantly share code, notes, and snippets.

@usutani
Created February 28, 2013 01:46
Show Gist options
  • Save usutani/5053519 to your computer and use it in GitHub Desktop.
Save usutani/5053519 to your computer and use it in GitHub Desktop.
How to install ruby-2.0.0-p0 with RVM on OS X
brew update
brew install autoconf
brew install automake
brew install libyaml
brew install openssl
rvm get head
rvm install ruby-2.0.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment