> On Sep 1, 2015, at 2:52 PM, Colin Law <[email protected]> wrote: > > I rather suspect that is the result of ruby -v not rails -v. So ruby > is installed but not rails. > > Please remember to quote the previous message so that it easier to > follow the thread, this is a mailing list not a forum (though you may > be accessing it via a forum-like interface). > > Colin
I agree. I think the OP is calling ‘ruby -v’ and needs to install the rails gem. I’ve done this before on a fresh system. Should be able to do a “gem install rails” and move on from there. -James -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/10303E4F-6EE2-46FD-A6EB-0F4BB60AFCDE%40gmail.com. For more options, visit https://groups.google.com/d/optout.

