| Article: |
Rolling with Ruby on Rails | |
| Subject: | Stuck at test empty web application | |
| Date: | 2005-06-17 04:07:02 | |
| From: | curth | |
|
Response to: Stuck at test empty web application
|
||
| No, its not normal. It sounds like the ...ruby\bin directory didn't get added to you path. Go check and add it if its not there. Also, make sure you've got an environment variable named RUBYOPT that is set to "rubygems" (without the qutoe characters). That should have been set too. | ||
Showing messages 1 through 2 of 2.
-
Stuck at test empty web application
2005-06-17 17:26:53 Jo_in_NZ [View]
Not sure which path you are talking about - where should I be checking? Thanks for your help. -
Stuck at test empty web application
2005-06-17 21:58:01 Curt Hibbs |
[View]
Right-click on the My Computer icon on your desktop and select Properties. Click on the "advanced" tab, and then click on the "Environment Variables" button.
In the bottom list box (labeled "System Variables"), scroll down to the "Path" variable. The value should begin with "c:\ruby\bin;" (if you installed to the default location). If it doesn't, then something went wrong during the installation (perhaps you didn't have Administrator rights).
Anyway, if its not there, you can double-click on "Path" to edit the value and add it (you may need to reboot for the change to take effect).


