From: Santhosh Kattissery Date: 2010-06-09T03:50:24+09:00 Subject: Errno::ENOEXEC I have the following line in my code: puts `bundle install` This gives me the following error: C:/../.rb:11:in ``': Exec format error - bundle install (Errno::ENOEXEC) Im using a windows machine. What could be wrong? Have anyone faced this issue? -- Posted via http://www.ruby-forum.com/.