Thread: Ruby Error
View Single Post
Old 07-21-2006, 11:04 PM   #2
Yuki
Member
 
Join Date: Jun 2002
Location: My laptop, my apt, Columbus, Ohio, USA
Posts: 42
Yuki is on a distinguished road
Send a message via ICQ to Yuki
Thumbs up

Not sure what version of windows you're on, but...

Right click "My Computer" and select properties.

Select "Advanced" tab.

Select "Environment Variables" button.

Add the path of the ruby \bin folder (don't quote me on this, I don't know Ruby but I do know Java/others and it's probably the same)

Accomplish this by finding the "path" variable in the "system variables" section, and add in there something like ";c:\program files\<ruby install folder>\bin" or some such thing.

You need the semicolon as a separator in there.

Make sure to close your command window and reopen it. You can verify it was added by typing "path" at the command prompt, see if it's there.

If you add the right path, it'll find it.
Yuki is offline   Reply With Quote