Created
April 3, 2013 06:10
-
-
Save rudylee/5298822 to your computer and use it in GitHub Desktop.
Fix rb-readline problem in Ubuntu 12.04
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 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