pulumi/sdk/python/dist/pulumi-python-shim.cmd
2020-12-07 15:58:30 -08:00

7 lines
256 B
Batchfile
Executable file

@echo off
REM Used to wrap python interpreters affected by https://github.com/golang/go/issues/42919
REM Expect first argument is the path to the interpreter to invoke. The rest of the args
REM are passed to the interpreter without modification
python %*