Re: python sys.executable inconsistency if called from cmd

2021-02-03 Thread Andrey Repin
Greetings, Lemke, Michael SF/HZA-ZIC2! > On Wednesday, February 3, 2021 4:28 PM Andrey Repin wrote: >>Greetings, Lemke, Michael SF/HZA-ZIC2! >> >>> I don't know anything about python but want to use cygwin's >>> python from nodejs npm with node-gyp. The node-gyp module is trying to >>> find the

Re: python sys.executable inconsistency if called from cmd

2021-02-03 Thread Marco Atzeri via Cygwin
On 03.02.2021 17:17, Lemke, Michael SF/HZA-ZIC2 wrote: On Wednesday, February 3, 2021 4:28 PM Andrey Repin wrote: Greetings, Lemke, Michael SF/HZA-ZIC2! I don't know anything about python but want to use cygwin's python from nodejs npm with node-gyp. The node-gyp module is trying to find the

RE: python sys.executable inconsistency if called from cmd

2021-02-03 Thread Lemke, Michael SF/HZA-ZIC2
On Wednesday, February 3, 2021 4:28 PM Andrey Repin wrote: >Greetings, Lemke, Michael SF/HZA-ZIC2! > >> I don't know anything about python but want to use cygwin's >> python from nodejs npm with node-gyp. The node-gyp module is trying to >> find the python executable path from sys.executable and f

Re: python sys.executable inconsistency if called from cmd

2021-02-03 Thread Andrey Repin
Greetings, Lemke, Michael SF/HZA-ZIC2! > I don't know anything about python but want to use cygwin's > python from nodejs with npm-gyp. The npm-gyp module is trying to > find the python executable path from sys.executable and fails. If that's true, then it should be fixed upstream. > While inve

python sys.executable inconsistency if called from cmd

2021-02-03 Thread Lemke, Michael SF/HZA-ZIC2
I don't know anything about python but want to use cygwin's python from nodejs with npm-gyp. The npm-gyp module is trying to find the python executable path from sys.executable and fails. While investigating this I found this to me quite inconsistent behavior: cygwin> /bin/python3.6m.exe -c 'impor