pulumi/sdk/python/cmd
Julien 487b4a8494
Install missing python versions using pyenv during installation (#16855)
Adds the flag `--use-language-version-tools` to `pulumi install`. When
passed, and `pyenv` is installed, and a `.python-version` file is in the
project directory or any of its parent directories, Pulumi will install
the requested python version if it is not already installed.

`LanguageRuntime.InstallDependencies` now takes a struct
`InstallDependenciesRequest` as argument to make it easier to extend
this call with options.

See https://github.com/pulumi/pulumi-docker-containers/pull/232

---------

Co-authored-by: Thomas Gummerer <t.gummerer@gmail.com>
2024-08-19 15:55:54 +00:00
..
pulumi-language-python Install missing python versions using pyenv during installation (#16855) 2024-08-19 15:55:54 +00:00
pulumi-language-python-exec Make sure the aio executor shutsdown before the event loop (#16505) 2024-06-28 23:20:32 +00:00