Cached version of virtual env documentation states to use subflowrunnes to pass a env argument to the deploy, if you wish the flow to run in a different environment than your agent.
Currently there's no documentation on the page and it returns 404 - Looking into subflowrunners, it's deprecated and states that you should use the process block. So far so good, but how would I declare my virtual env in the process block?