mirror of https://github.com/pulumi/pulumi.git
03dbf2754c
'python' is not usually symlinked to 'python3' on most distros unless you are already running in a virtual environment. Launching 'python3' explicitly ensures that we will either launch the program successfully or immediately fail, instead of launching the program with Python 2 and failing with syntax errors at runtime. This commit also emits an error message asking users to install Python 3.6 or later if we failed to find the 'python3' executable. |
||
---|---|---|
.. | ||
integration | ||
main_test.go | ||
new_test.go | ||
stack_test.go |