Anyone have any ideas on this? On 8/1/05, blackwater dev <blackwaterdev / gmail.com> wrote: > After some work, I finally got ruby gems to install on a mac osx > installation. I then did the sudo gem install rails --remote and > everything seemed good... > > Attempting remote installation of 'rails' > Updating Gem source index for: http://gems.rubyforge.org > Install required dependency rake? [Yn] y > Install required dependency activesupport? [Yn] y > Install required dependency activerecord? [Yn] y > Install required dependency actionpack? [Yn] y > Install required dependency actionmailer? [Yn] y > Install required dependency actionwebservice? [Yn] y > Successfully installed rails-0.13.1 > Successfully installed rake-0.5.4 > Successfully installed activesupport-1.1.1 > Successfully installed activerecord-1.11.1 > Successfully installed actionpack-1.9.1 > Successfully installed actionmailer-1.0.1 > Successfully installed actionwebservice-0.8.1 > Installing RDoc documentation for rake-0.5.4... > Installing RDoc documentation for activesupport-1.1.1... > Installing RDoc documentation for activerecord-1.11.1... > Installing RDoc documentation for actionpack-1.9.1... > Installing RDoc documentation for actionmailer-1.0.1... > Installing RDoc documentation for actionwebservice-0.8.1... > > I then go to create a project but get an error: > root:~/rails root$ rails cookbook > -bash: rails: command not found > > Why does it think that rails isn't installed? > > Thanks! > >