I discovered the issue. I had installed Rails via apt-get. I had to apt-get remove and purge that, sudo install Rails as a gem, and then set up a symlink between the gem installed rails and /usr/lib/rails. Then everything was fine.
Thanks for the reply! On Feb 25, 8:16 am, Bryan Larsen <[email protected]> wrote: > It sounds like the Ruby detection is failing. It's probably a line > like ${RUBY} -S rake. So if ${RUBY} is blank, you'd get that message. > Sorry to ask the obvious, but do you have Ruby installed? How about > rake? > > Bryan > > > > Chris Booth wrote: > > Hello, > > > I have installed Hobo 1.0 as a gem (with "sudo gem install hobo") on > > an Ubuntu 9.10 VMWare session running Ruby 1.8.7 and Rails 2.3.5. > > When I go into a terminal window and type: > > > hobo agility > > > I see: > > > Generating Rails app... > > /bin/bash: -S: invalid option > > ... > > /var/lib/gems/1.8/gems/hobo-1.0.0/bin/hobo:100:in 'chdir': No such > > file or directory - agility (Errno::ENOENT) > > from /var/lib/gems/1.8/gems/hobo-1.0.0/bin/hobo:100 > > > Any ideas what may be causing this? > > > Thanks -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/hobousers?hl=en.
