Created
September 12, 2013 07:51
-
-
Save oki/6534172 to your computer and use it in GitHub Desktop.
ruby 2.0 on osx using rbenv
This file contains hidden or 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
$ cd ~/.rbenv/plugins/ruby-build && git pull | |
$ RUBY_CONFIGURE_OPTS=--with-openssl-dir=`brew --prefix openssl` rbenv install 2.0.0-p247 | |
Downloading ruby-2.0.0-p247.tar.gz... | |
-> http://ftp.ruby-lang.org/pub/ruby/2.0/ruby-2.0.0-p247.tar.gz | |
Installing ruby-2.0.0-p247... | |
Installed ruby-2.0.0-p247 to /Users/oki/.rbenv/versions/2.0.0-p247 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Very nice. You are awesome. Keep up good work. Thank you!