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 mathstuf
Recipients mathstuf, paul.moore, steve.dower, tim.golden, zach.ware
Date 2020-11-02.18:18:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1604341099.57.0.100150405015.issue42228@roundup.psfhosted.org>
In-reply-to
Content
We build our own applications which run Python interpreters internally, so the auto-discovery won't work. It also doesn't seem to work for venvs either since the venv's `python.exe` is under `Scripts` which makes it not able to find things either on its own.

I've worked around it so far by just ignoring `Activate.ps1` completely and setting up PATH, PYTHONHOME, and PYTHONPATH instead, but this tells me that `Activate.ps1` probably needs some consideration for other use cases. The layout certainly seems wrong for auto-discovery at least.
History
Date User Action Args
2020-11-02 18:18:19mathstufsetrecipients: + mathstuf, paul.moore, tim.golden, zach.ware, steve.dower
2020-11-02 18:18:19mathstufsetmessageid: <1604341099.57.0.100150405015.issue42228@roundup.psfhosted.org>
2020-11-02 18:18:19mathstuflinkissue42228 messages
2020-11-02 18:18:19mathstufcreate