Once provisioning a tilt environment using scoop for installing several required tools, the resulting python installation won't allow a call of 'py' as that launcher won't find any python versions.
Especially the "helm_resource" extension fails during deployment step.
Up to extension v0.30.6 everything works find, starting with v0.30.7 errors occur du to the usage of 'py' launcher. The behavior was changed by #435.
Running cmd: py -3 .... \tilt-extensions\helm_resource\helm-apply-helper.py ...
