Setting worker python runtime programmatically?
I see that you can set "Additional Python Paths" and "PIP local dependencies" in the worker group settings UI. Is there a way to set these programatically. Maybe via the the worker init script?

Workers in Windmill can preinstall binaries. This allows them to execute these binaries in subprocesses or directly within bash. While some common binaries like npm, aws-cli, kubectl, and helm are already present in the standard images, you can add more by extending the base image of Windmill.