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 wdhwg001
Recipients paul.moore, steve.dower, tim.golden, wdhwg001, zach.ware
Date 2016-11-14.09:58:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1479117509.97.0.860412172622.issue28686@psf.upfronthosting.co.za>
In-reply-to
Content
But actually after I created a `python3.bat` into venv/Scripts, the shebang `#! /usr/bin/env python3` still does not take the `python3.bat`.

Then I created a hardlink from `python.exe` to `python3.exe`, the shebang still does not work.

I didn't check the code of py.exe, but it just behave like it may not search the PATH of current session correctly.

More details were updated on github:
https://github.com/pypa/virtualenv/issues/979
History
Date User Action Args
2016-11-14 09:58:30wdhwg001setrecipients: + wdhwg001, paul.moore, tim.golden, zach.ware, steve.dower
2016-11-14 09:58:29wdhwg001setmessageid: <1479117509.97.0.860412172622.issue28686@psf.upfronthosting.co.za>
2016-11-14 09:58:29wdhwg001linkissue28686 messages
2016-11-14 09:58:29wdhwg001create