geolev wrote: > I have cygwin and Ruby on Rails installed and everything seems to work except > 'rake'. When I try to use 'rake', even to get the version as follows, I get > the > follwing error: > > :rake --version > > bash: /cygdrive/c/InstantRails/ruby/bin/rake: E:/Dev/RubyDev/ > rubyinstaller/svn-repo/installer-win2/ruby/bin/ruby^M: bad > interpreter: No such file or directory > > It seems to be complaining about an unexpected carriage return (^M). > > If I run rake --version from a plain old DOS prompt, it works fine. > Does anyone know how to fix this?
Since the ruby you're running is not the Cygwin one, this problem is really off-topic. '/cygdrive/c/InstantRails/ruby/bin/rake' contains CRNLs. Run 'd2u' on it. -- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 893-9779 - RFK Office 216 Dalton Rd. (508) 893-9889 - FAX Holliston, MA 01746 _____________________________________________________________________ A: Yes. > Q: Are you sure? >> A: Because it reverses the logical flow of conversation. >>> Q: Why is top posting annoying in email? -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/