Skip to content

Instantly share code, notes, and snippets.

@Bazai
Last active December 14, 2015 01:49
Show Gist options
  • Save Bazai/5009175 to your computer and use it in GitHub Desktop.
Save Bazai/5009175 to your computer and use it in GitHub Desktop.
Настройка возможности писать кириллицу в консоли rails (rails c)
rvm get head
rvm pkg install readline
rvm reinstall 1.9.3-p385 --patch railsexpress -n railsexpress -j 3 --with-readline-dir=$rvm_path/usr
rvm reinstall 1.9.3 --with-readline-dir=$rvm_path/usr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment