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? -- https://mail.python.org/mailman/listinfo/python-list
- Running a subprocess in a venv Larry Martell via Python-list
- Re: Running a subprocess in a venv Johannes Findeisen via Python-list
- Re: Running a subprocess in a ... Larry Martell via Python-list
- Re: Running a subprocess i... Johannes Findeisen via Python-list
- Re: Running a subproce... Larry Martell via Python-list
- Re: Running a subprocess i... Thomas Passin via Python-list
- Re: Running a subprocess in a venv Roel Schroeven via Python-list
- Re: Running a subprocess in a venv Mats Wichmann via Python-list