Skip to content

Instantly share code, notes, and snippets.

@olly
Created May 30, 2014 14:40
Show Gist options
  • Save olly/b983f5deb9b0e98b1181 to your computer and use it in GitHub Desktop.
Save olly/b983f5deb9b0e98b1181 to your computer and use it in GitHub Desktop.
Install ruby 2.0.0-p451 on rbenv. Ruby doesn't compile with readline v6.3+, install a lower version with homebrew and point ruby to use it.
RUBY_CONFIGURE_OPTS=--with-readline-dir="/usr/local/Cellar/readline/6.2.4" rbenv install 2.0.0-p451
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment