Last active
December 14, 2015 01:49
-
-
Save Bazai/5009175 to your computer and use it in GitHub Desktop.
Настройка возможности писать кириллицу в консоли rails (rails c)
This file contains 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
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