On Mon, Jun 15, 2009 at 12:29 PM, Rik Stott<[email protected]> wrote: > > Hey all, > > Now here's the problem, it is probably something simple but this problem > is preventing my productivity. > > I have installed RoR on my xp machine, and it is now installed, however, > any ruby on rails commands are not recognized by cmd. every time i even > try to create a new rails program, or attempt to create a ruby script > object, cmd returns the error, 'rails' or 'ruby is not a recognized > command. > > am I missing something out? > > I installed the latest version of ruby > installed rubygems > installed rails gem > installed sqlite3 gem > updated everything > > I can create a rails project if I locate to C:\Ruby\bin and the type > rails 'project name', but that is as far as it goes.
Sounds like you need to add C:\Ruby\bin to your PATH environment variable. -- Michael C. Libby www.mikelibby.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" 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/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

