Created
November 11, 2011 01:17
-
-
Save gonzedge/1356841 to your computer and use it in GitHub Desktop.
Rails 3.1 “rails console” fails with “no such file to load — readline”
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
apt-get install libreadline-dev | |
rvm pkg install readline | |
rvm remove 1.9.2 | |
rvm install 1.9.2 | |
rvm --default 1.9.2 | |
rvm use 1.9.2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment