P
Pokkai Dokkai
i manually download ruby-1.8.6.tar.gz
i installed into /home/username/package/ruby (using --prefix)
and add the manual path into PATH variable
when i was working in irb
if i press upper arrow key then '^[[A' will come .after that if i press
enter then my irb will quit.
[email protected]:~$ which irb
/home/username/package/ruby/bin/irb
[email protected]:~$ irb
irb(main):001:0> 5
=> 5
irb(main):002:0> ^[[A ----->here i pressed upper arrow key
[email protected]:~$
is it bug ? or is there any solution for this ?
(because i want to work in irb for long time)
i installed into /home/username/package/ruby (using --prefix)
and add the manual path into PATH variable
when i was working in irb
if i press upper arrow key then '^[[A' will come .after that if i press
enter then my irb will quit.
[email protected]:~$ which irb
/home/username/package/ruby/bin/irb
[email protected]:~$ irb
irb(main):001:0> 5
=> 5
irb(main):002:0> ^[[A ----->here i pressed upper arrow key
[email protected]:~$
is it bug ? or is there any solution for this ?
(because i want to work in irb for long time)