Michael Ferguson <michael.fergu...@hpe.com> added the comment:

> For example, when I run the test exec on my macOS system, it is clear that 
> the python3 being invoked is not the venv one but a different python3 
> altogether that shows up earlier on PATH.

In the test case I am interested in, PATH is not set to the venv at all. You're 
supposed to be able to run a script in a venv without activating. In my case, I 
am trying to write a wrapper script that behaves similarly to the symbolic link 
in test-venv/bin/python3 but that works if the path to the python3 interpreter 
changes in the future. (For example, one might install and then uninstall 
pyenv).

----------

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

Reply via email to