useranon
useranon

Reputation: 29514

sh: irb not found error

i am very new to Ruby on rails . while running script/console , i am getting the below environment ..

aruna@aruna-desktop:~/railsprojects/pagesapp$ script/console Loading development environment (Rails 2.3.8) sh: irb: not found

Please give suggestions..

Upvotes: 5

Views: 3125

Answers (2)

uzzz
uzzz

Reputation: 559

*thelepaty_mode: it looks like you using Ubuntu, so

sudo apt-get install irb

will help you

Upvotes: 5

pdbartlett
pdbartlett

Reputation: 1519

I believe irb is in a separate package (called irb, IIRC), so you'll need to install that as well.

Upvotes: 4

Related Questions