Skip to content

Instantly share code, notes, and snippets.

@oki
Created September 12, 2013 07:51
Show Gist options
  • Save oki/6534172 to your computer and use it in GitHub Desktop.
Save oki/6534172 to your computer and use it in GitHub Desktop.
ruby 2.0 on osx using rbenv
$ 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
@radarek
Copy link

radarek commented Sep 18, 2013

Very nice. You are awesome. Keep up good work. Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment