> On 15 Feb 2022, at 14:30, Mirko via Python-list <python-list@python.org> 
> wrote:
> 
> Well, it's not that I activate the venv *for* those troubling
> programs. I activate it to work on the particular project. ;-)

It is not necessary to activate the venv to use the python in it.
So your solution is to not do the activate.

You can run venv/bin/python without the activation.

Barry


-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to