From: toomln Date: 2008-08-20T01:46:34+09:00 Subject: Re: Help with Ruby under cygwin > Setup.rb however creates a directory called /usr/bin/ruby > so now in cygwin if I get: > >  $ ruby > bash: /usr/bin/ruby: is a directory I don't know what you have done here but it seems to me that you made a mistake around step #1. If you have windows ruby installed too, make sure its directory isn't in your path before cygwin ruby and review any RUBY* environments variables (unset RUBYOPT). Maybe also check $PATH so that no windows commands with the same name as cygwin commands are used instead of cygwin commands. Anything else should work smoothly.