Skip to content

Instantly share code, notes, and snippets.

@Nakort
Created November 6, 2012 22:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Nakort/4028160 to your computer and use it in GitHub Desktop.
Save Nakort/4028160 to your computer and use it in GitHub Desktop.
Installing ruby 2.0.0-preview1 with Homebrew in MacOsX
brew update
brew install libyaml
brew install openssl
rvm get head
rvm reinstall 2.0.0-preview1 --with-openssl-dir=`brew --prefix openssl` --with-gcc=clang
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment