Skip to content

Instantly share code, notes, and snippets.

@gonzedge
Created November 11, 2011 01:17
Show Gist options
  • Save gonzedge/1356841 to your computer and use it in GitHub Desktop.
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”
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