Skip to content

Instantly share code, notes, and snippets.

@kaddopur
Created May 28, 2014 09:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kaddopur/3419a0c8b6e8933fbaea to your computer and use it in GitHub Desktop.
Save kaddopur/3419a0c8b6e8933fbaea to your computer and use it in GitHub Desktop.
Install new ruby version with rbenv in OS X with proper utf-8 support in irb
brew install readline
CONFIGURE_OPTS="--disable-install-doc --with-readline-dir=$(brew --prefix readline)" rbenv install 1.9.3-p392
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment