Skip to content

rb readline problem

tulhera edited this page Sep 4, 2014 · 1 revision

When ruby shows this error:

You're running a version of ruby with no Readline support

Please gem install rb-readline or recompile ruby --with-readline.

Do this:

# sudo apt-get install libreadline-dev

$ CONFIGURE_OPTS="--with-readline" rbenv install 2.1.0