Skip to content

Instantly share code, notes, and snippets.

@rudylee
Created April 3, 2013 06:10
Show Gist options
  • Save rudylee/5298822 to your computer and use it in GitHub Desktop.
Save rudylee/5298822 to your computer and use it in GitHub Desktop.
Fix rb-readline problem in Ubuntu 12.04
rvm uninstall ${YOURUBYVERSION}
sudo apt-get install libreadline-dev
rvm install ${YOURUBYVERSION} --with-readline-dir=/usr/include/readline
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment