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. |
||
---|---|---|
.. | ||
config_basic | ||
config_capture_e2e/nodejs | ||
delete_before_create | ||
dependency_steps | ||
double_pending_delete | ||
duplicate_urns | ||
empty | ||
explicit_provider | ||
get_created | ||
invalid_package_json | ||
partial_state | ||
project_main | ||
project_main_abs | ||
project_main_parent | ||
protect_resources | ||
read | ||
recreate_resource_check | ||
stack_bad_parenting | ||
stack_dependencies | ||
stack_outputs | ||
stack_parenting | ||
stack_project_name | ||
stack_reference | ||
steps | ||
integration_test.go |