Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
Ruby
Newbie: Problem with irb
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
Reply to thread
Message
[QUOTE="Xeon, post: 4435854"] Hi, I'm getting problem with irb, rdoc, and erb on Ruby 1.8.1 for windows (VC built binaries). Everytime I invoke irb, rdoc, and erb, it returns with load error like below: C:\RUBY\BIN\RUBY.EXE No such file or directory -- irb (LoadError) C:\RUBY\BIN\RUBY.EXE No such file or directory -- erb (LoadError) C:\RUBY\BIN\RUBY.EXE No such file or directory -- rdoc (LoadError) I'm using the zipped distro, unpacking it to C:\Ruby (later changed it to C:\RUBY), and including the bin directory in the path env variable. SET PATH=%PATH%;C:\RUBY\BIN What baffles me is ruby.exe and rubyw.exe runs fine. I actually have written and run some working codes with them. Furthermore, when I 1st tested Ruby (unpacking them to temp directory and not including them in the path env variable), irb runs fine. Now, even if I remove ruby from the path, it returns the same error message. Plz help TIA [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
Ruby
Newbie: Problem with irb
Top