Message280740
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`. |
|
Date |
User |
Action |
Args |
2016-11-14 08:07:24 | wdhwg001 | set | recipients:
+ wdhwg001, paul.moore, tim.golden, zach.ware, steve.dower |
2016-11-14 08:07:24 | wdhwg001 | set | messageid: <1479110844.15.0.911795795866.issue28686@psf.upfronthosting.co.za> |
2016-11-14 08:07:24 | wdhwg001 | link | issue28686 messages |
2016-11-14 08:07:23 | wdhwg001 | create | |
|