pulumi/sdk/python/cmd/pulumi-language-python
Julien 487b4a8494
Install missing python versions using pyenv during installation ()
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
..
testdata Add an `organization` intrinsic to PCL () 2024-08-19 03:58:19 +00:00
go.mod Changelog and go.mod updates for v3.129.0 () 2024-08-12 19:28:33 +00:00
go.sum upgrade pulumi-yaml to 1.9.2 () 2024-08-09 15:09:23 +00:00
language_test.go Fix race in language conformance tests Log method () 2024-05-19 17:41:42 +00:00
main.go Install missing python versions using pyenv during installation () 2024-08-19 15:55:54 +00:00
main_test.go Exclude `pulumi_policy` from plugin determination () 2024-07-22 13:56:44 +00:00