New submission from Steve Dower <steve.do...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue45409>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to