I’m trying to script an install of Ruby and RVM but I am running into some issues. When I try to run:
rvm install 1.9.3-head
RVM shows some text and asks me to press “q” to continue. Since this is going to be part of a script, I need to figure out how to continue without having to press “q”.
rvm in interactive mode might ask questions, to avoid them use rvm in binary mode, there are two ways:
and: