Skip to content

Instantly share code, notes, and snippets.

@vladimir-e
Created December 11, 2013 03:41
Show Gist options
  • Save vladimir-e/7904769 to your computer and use it in GitHub Desktop.
Save vladimir-e/7904769 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