Running subprocess on .venv

Hi, there
I want to run subprocess on .venv.
I already setup .venv environment then I run subprocess python script.
But my script run in default python environment.
I want to know how to activate .venv environment duiring runnning subprocess.

thanks.

Hi,
I solved it by myself.
I change exe path from default to .venv.