Last active
December 14, 2015 03:48
-
-
Save niku/5023319 to your computer and use it in GitHub Desktop.
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
echo 'install_package "ruby-2.0.0-p0" "http://ftp.ruby-lang.org/pub/ruby/2.0/ruby-2.0.0-p0.tar.gz#50d307c4dc9297ae59952527be4e755d"' > /usr/local/Cellar/ruby-build/HEAD/share/ruby-build/ruby-2.0.0-p0 | |
CONFIGURE_OPTS=--with-openssl-dir=`brew --prefix openssl` rbenv install 2.0.0-p0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment