Last Updated: February 25, 2016
·
1.109K
· calyhre

Installing Ruby 2.0.0 on Mountain Lion with OpenSSL

Check that OpenSSL is already installed :

brew install OpenSSL

And install Ruby :

brew --prefix openssl
FLAGS='-g -O2' RUBY_CONFIGURE_OPTS=--with-openssl-dir=/usr/local/opt/openssl rbenv install 2.0.0-p247

2 Responses
Add your response

why not use rvm

over 1 year ago ·

@raymondchou - because RVM sucks.

PS use rbenv.

over 1 year ago ·