[Rails] Installtion woes (rails: file not found)
Tom ...
asubstitute at gmail.com
Sat Jan 14 02:05:18 GMT 2006
Hi,
I've been trying to get RoR installed, I'm using Ruby 1.8.2 (from source).
root at bear:/# gem install rails --include-dependencies
Attempting local installation of 'rails'
Local gem file not found: rails*.gem
Attempting remote installation of 'rails'
Updating Gem source index for: http://gems.rubyforge.org
Successfully installed rails-1.0.0
Successfully installed rake-0.6.2
Successfully installed activesupport-1.2.5
Successfully installed activerecord-1.13.2
Successfully installed actionpack-1.11.2
Successfully installed actionmailer-1.1.5
Successfully installed actionwebservice-1.0.0
Installing RDoc documentation for rake-0.6.2...
Installing RDoc documentation for activesupport-1.2.5...
Installing RDoc documentation for activerecord-1.13.2...
Installing RDoc documentation for actionpack-1.11.2...
Installing RDoc documentation for actionmailer-1.1.5...
Installing RDoc documentation for actionwebservice-1.0.0...
root at bear:/# rails
bash: /usr/bin/rails: No such file or directory
root at bear:/#
The weird thing is, if I type 'rai' and hit tab, it will auto complete
to rails. So why is it saying file not found?
Tom.
More information about the Rails
mailing list