Message362908
Just copy/paste a related issue reported in issue39785:
When run a python script with "#!/usr/bin/python" shebang with py.exe, it will always use python2 instead of python3 on Win 10, despite the default being set to py3 already (so does the PATH).
According to https://docs.python.org/3/using/windows.html#shebang-lines, `#!/usr/bin/python` should use the default python, not just python 2. |
|
Date |
User |
Action |
Args |
2020-02-28 19:27:50 | fireattack | set | recipients:
+ fireattack, paul.moore, vinay.sajip, tim.golden, zach.ware, eryksun, steve.dower, wdhwg001, ricpol, Steve Barnes, Jens Lindgren |
2020-02-28 19:27:50 | fireattack | set | messageid: <1582918070.48.0.701329400751.issue28686@roundup.psfhosted.org> |
2020-02-28 19:27:50 | fireattack | link | issue28686 messages |
2020-02-28 19:27:50 | fireattack | create | |
|