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

> But the value as it's calculated now seems to give a file that doesn't exist 
> - how can that be correct?

Because we never actually use the executable referenced by the 'home' path in a 
pyvenv.cfg. It's only used as a starting point to locate a couple of entries in 
sys.path. So if the executable isn't there, it's no big deal.

It shouldn't even matter in the nested-creation case, because we still don't 
execute it then. It's just how we end up with the same value for 'home' in any 
venvs created within a venv.

----------

_______________________________________
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