Rails 3.0.0.beta Install problem: can't find executable rails

Posted by JZ on Stack Overflow See other posts from Stack Overflow or by JZ
Published on 2010-02-06T06:15:19Z Indexed on 2010/05/15 22:30 UTC
Read the original article Hit count: 459

I'm trying to install the rails 3.0.0.beta and I'm running into this issue:

justins-mac-: justinz$ ruby -v
ruby 1.8.7 (2008-08-11 patchlevel 72) [universal-darwin10.0]
justins-mac-justinz$ rails -help
/Library/Ruby/Site/1.8/rubygems.rb:384:in `bin_path': can't find executable rails for rails-3.0.0.beta (Gem::Exception)
 from /usr/bin/rails:19
justins-mac-justinz$ rails -v
/Library/Ruby/Site/1.8/rubygems.rb:384:in `bin_path': can't find executable rails for rails-3.0.0.beta (Gem::Exception)
 from /usr/bin/rails:19
justins-mac-justinz$ 

Any clues as to what is going on here?

© Stack Overflow or respective owner

Related posts about ruby-on-rails

Related posts about ruby-on-rails3