Steve Dower <steve.do...@python.org> added the comment:

Does the first venv's 'python' link to python3[.11]? If so, maybe 
_base_executable should be based on real_executable's filename rather than 
executable (that is, *after* resolving symlinks rather than before).

I don't *think* that will cause any issues, and it shouldn't be any more 
expensive to compute. Only has to change for when a pyvenv.cfg is detected I 
think.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue46028>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to