Manage venv used by the Agent to run shell commands

So the agent and I have written a python program with a nice test file as well, that uses pytest. I need the agent to be running a particular venv (easily available on my machine) in order for the tests to pass.

How do I control the python enviroment that the agent executes its commands in? I cannot seem to find this setting anywhere.

Thanks!

1 Like