This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Jens Lindgren
Recipients Jens Lindgren, Steve Barnes, eryksun, paul.moore, ricpol, steve.dower, tim.golden, vinay.sajip, wdhwg001, zach.ware
Date 2017-06-07.14:34:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1496846097.26.0.590606392568.issue28686@psf.upfronthosting.co.za>
In-reply-to
Content
Sorry I need to clarify.
On Linux both python and python3 works as there is a symlink created from python to python3 in the venv folder.
On Windows only python.exe is created. I copied it to python3.exe. Now I can use python3 script.py to start but py-launcher and shebang still didn't work with '/usr/bin/env python3'.
I expect this to work the same on Windows as it does on Linux.
History
Date User Action Args
2017-06-07 14:34:57Jens Lindgrensetrecipients: + Jens Lindgren, paul.moore, vinay.sajip, tim.golden, zach.ware, eryksun, steve.dower, wdhwg001, ricpol, Steve Barnes
2017-06-07 14:34:57Jens Lindgrensetmessageid: <1496846097.26.0.590606392568.issue28686@psf.upfronthosting.co.za>
2017-06-07 14:34:57Jens Lindgrenlinkissue28686 messages
2017-06-07 14:34:57Jens Lindgrencreate