My version of ruby was compiled with editline (on os x) and I miss the features of readline in irb.
How do I recompile ruby with readline support?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
readlineto/usr/local--with-readline-dir=/usr/localswitchor if you have downloaded the ruby sources earlier and built it by hand,
ext/readlinefolder of your ruby source treeruby extconf.rband then run themake && make installprocedure for ruby.