Teedub wrote:
> Your path doe not have correct entry "C:\ruby\bin"
> 
> I found this :
> 
> 
> Re: how do you run ruby on windows
> Posted by Michael Tomer (michael_tomer)
> on 20.11.2008 17:15
> 
> Just in case you are having trouble with your Windows path variable,
> here's how to add a folder to it:
> 
> *Go to your desktop and right click "My Computer".
> 
> *Select "properties" from the menu.
> 
> *Click the "Advanced" tab.
> 
> *At the bottom of the window, there's a button labeled "Environment
> Variables". Click it.
> 
> *There are two listboxes on the window, the bottom one is called
> "System
> variables". Scroll through that box until you come across "Path".
> Select
> "Path" and click the "Edit" button.
> 
> *Click the "Variable value" textbox and hit the "End" key on your
> keyboard. Type a semi-colon followed by the absolute path to your
> ruby
> bin folder.
> 
> Also, you can always check what folder IRB is running in by typing
> "Dir.pwd". You can get a list of all the .rb file in the folder IRB
> is
> currently operating in with "Dir.glob('*.rb')". Also, you can change
> the
> path that IRB is operating in with "Dir.chdir('c:\my_ruby_files\')".
> 
> 
> 
> On Nov 29, 8:47�pm, Ideale Ideale <[EMAIL PROTECTED]>

OH MY GOD ! That s what I did ! but it does not work !!!!!!! :'''(((

old
%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;C:\Program 
Files\QuickTime\QTSystem\

NEW
%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;C:\Program 
Files\QuickTime\QTSystem\;C:\ruby\bin\

IT DOES NOT WORK, Please, let me know what to do
-- 
Posted via http://www.ruby-forum.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
-~----------~----~----~----~------~----~------~--~---

Reply via email to