Error: Can't find Python executable "D:\Python", you can set the PYTHON env variable. at PythonFinder.failNoPython (C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\configure.js:483:19)
I do have python installed (2.7.14) in D:\Python, and I have setup the environment variables 
I also tried SET PYTHON=D:\Python.
python command from command line works fine.
What am I doing wrong ?
