[issue46028] 3.11.0a3: under tox, sys._base_executable is wrong

Steve Dower report at bugs.python.org
Thu Dec 16 10:08:13 EST 2021


Steve Dower <steve.dower at python.org> added the comment:

This PR *might* be a fix, but I think it's only partial. It isn't going to work if you've made a venv and copied "python3"->"python", for example.

It still might be best solved by writing base_executable into pyvenv.cfg, and then simply reading it out.

----------

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


More information about the Python-bugs-list mailing list