Skip to content

Instantly share code, notes, and snippets.

@cinic
Forked from vladimir-e/support_cyrillic.sh
Created November 17, 2015 20:49
Show Gist options
  • Save cinic/97ed49836b7d7444f265 to your computer and use it in GitHub Desktop.
Save cinic/97ed49836b7d7444f265 to your computer and use it in GitHub Desktop.
Support cyrillic / russian input in rails console and IRB
$ brew install openssl readline
$ CONFIGURE_OPTS="--with-openssl-dir=`brew --prefix openssl` --with-readline-dir=`brew --prefix readline`" rbenv install 2.0.0-p353
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment