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.08:07:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1479110844.15.0.911795795866.issue28686@psf.upfronthosting.co.za>
In-reply-to
Content
https://github.com/pypa/virtualenv/issues/979

TL;DR

py.exe does not search PATH when using `#! /usr/bin/env python3`.

And the right steps I think should be:

1. Search ./
2. Search PATH
3. Fallback to system installed Python 3

But currently py.exe seems only do Step 3 once the shebang has substring of `python3`.
History
Date User Action Args
2016-11-14 08:07:24wdhwg001setrecipients: + wdhwg001, paul.moore, tim.golden, zach.ware, steve.dower
2016-11-14 08:07:24wdhwg001setmessageid: <1479110844.15.0.911795795866.issue28686@psf.upfronthosting.co.za>
2016-11-14 08:07:24wdhwg001linkissue28686 messages
2016-11-14 08:07:23wdhwg001create