The below instructions fixed the problem for me. If this doesn't work let me know. I wrote a script that mostly automates the installation on Debian Squeeze.
rm /usr/bin/irb ln -s /opt/ruby-enterprise-x.x.x.x/bin/irb /usr/bin/irb Now try running env RAILS_ENV=production script/console Hope that helps. On Apr 1, 7:33 am, moleculezz <[email protected]> wrote: > Hello, > > I managed to install gitorious on debian squeeze, and it's working > allright. I tried to create users and it worked. But now when I tried > to delete a user from the console I was presented with the following > error: > > env RAILS_ENV=production script/console > Loading production environment (Rails 2.3.5) > sh: irb: not found > > Hope someone can help me out. > Thanks -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected]
