Running a subprocess in a venv

Larry Martell larry.martell at gmail.com
Sat Oct 21 09:01:18 EDT 2023


I have a python script, and from that I want to run another script in
a subprocess in a venv. What is the best way to do that? I could write
a file that activates the venv then runs the script, then run that
file, but that seems messy. Is there a better way?


More information about the Python-list mailing list