venv and executing other python programs
Barry
barry at barrys-emacs.org
Tue Feb 15 12:22:11 EST 2022
> On 15 Feb 2022, at 14:30, Mirko via Python-list <python-list at 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
More information about the Python-list
mailing list