Short description of problem:
Userpc@User ~/ardupilot
$ ./waf copter
/usr/bin/env: ‘python’: No such file or directory
Detailed description:
I tried done all instruction from here:
https://ardupilot.org/dev/docs/building-setup-windows-cygwin.html
All looked OK before ‘Build with Waf’ step: when I try to build it give me:
/usr/bin/env: ‘python’: No such file or directory
But in my C:\cygwin64\bin I have python2.7.exe.
What the problem ?