On Mon, Jun 15, 2009 at 12:47 PM, Rik Stott<[email protected]> wrote: > > Michael Libby wrote: >> On Mon, Jun 15, 2009 at 12:29 PM, Rik >> Stott<[email protected]> wrote: >>> command. >>> 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. > > cheers, how do I do that?
I'm on Vista these days, I think the process was similar on XP. Right click on "(My) Computer", choose "Properties" In Properties, look for "Advanced System Settings". Then look for "Environment Variables". Under "System Variables" select "Path" and click "Edit..." button. The Path environment variable is a semicolon separated list of places to look for executables, add something like ";C:\Ruby\bin" at the end of the variable. Click OK a bunch of times. Open a *new* command prompt. Try "ruby -v" and "rails -v" to see if Ruby and Rails are working. -- 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 -~----------~----~----~----~------~----~------~--~---

