mirror of https://github.com/pulumi/pulumi.git
7 lines
257 B
Batchfile
7 lines
257 B
Batchfile
|
@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
|
||
|
|
||
|
python3 %*
|