Dan Coates
12/07/2021, 4:24 AMsst start
is there any way for the local runner to use the correct virtualenv for each handler? I'm using poetry to install dependencies and have managed to get it working using the VIRTUAL_ENV
environment variable but it would be nice if the runner could either automatically add the virtual env to the path or run the handler using poetry run
instead of using the system python version.Dan Greaves
12/07/2021, 4:50 AMDan Coates
12/07/2021, 10:04 PMVIRTUAL_ENV
variable but that doesn't feel like a great way of doing it.
Thanks for the link to that issue, I'll add a a comment there.