Created
May 28, 2014 09:36
-
-
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
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
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