Good question, I'd use a Process block as described there
t
Tim-Oliver
10/28/2022, 10:46 AM
Where?
a
Anna Geller
10/28/2022, 10:48 AM
as described in this Discourse
essentially overwriting the command
t
Tim-Oliver
10/28/2022, 10:51 AM
So editing the deployment yaml and not using a process block? Or does this boil down to the same thing? Because the discourse post I linked edits the deployment yaml file.
a
Anna Geller
10/28/2022, 11:09 AM
yes exactly, this would involve editing the deployment
there is actually an easier way: you can activate your conda environment before starting an agent
Process runs everything in the agent process so it would already use your conda env/venv
I would, but I am not allowed to use docker in our environment. And I don't want to start an agent for every possible flow-environment combination.
Then I will do as described on discourse. Thanks!