[New-bugs-announce] [issue45409] Support non-standard executables in venv

Steve Dower report at bugs.python.org
Thu Oct 7 20:09:01 EDT 2021


New submission from Steve Dower <steve.dower at python.org>:

Currently the venv redirector on Windows is hardcoded for "python.exe" and "pythonw.exe". There is no good reason for this, and it's fairly easy to make the redirector able to invoke any executable in the base environment by inspecting its own name.

This would help support non-standard environments that include other entry points.

----------
assignee: steve.dower
components: Windows
messages: 403450
nosy: paul.moore, steve.dower, tim.golden, vinay.sajip, zach.ware
priority: normal
severity: normal
stage: needs patch
status: open
title: Support non-standard executables in venv
type: enhancement
versions: Python 3.11

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue45409>
_______________________________________


More information about the New-bugs-announce mailing list