Build problem in cygwin: /usr/bin/env: ‘python’

Cygwin has changed how Python is installed.

You need to symlink python2.7.exe. to python.exe. You can do this by running this command in Cygwin:
ln -s /usr/bin/python2.7 /usr/bin/python

3 Likes