pulumi/sdk/go/common
Justin Van Patten b77ec919d4
Install and use dependencies automatically for new Python projects (#4775)
Automatically create a virtual environment and install dependencies in it with `pulumi new` and `pulumi policy new` for Python templates.

This will save a new `virtualenv` runtime option in `Pulumi.yaml` (`PulumiPolicy.yaml` for policy packs):

```yaml
runtime:
  name: python
  options:
    virtualenv: venv
```

`virtualenv` is the path to a virtual environment that Pulumi will use when running `python` commands.

Existing projects are unaffected and can opt-in to using this by setting `virtualenv`, otherwise, they'll continue to work as-is.
2020-06-09 16:42:53 -07:00
..
apitype Allow pulumi stack export to decrypt secrets (#4046) 2020-05-11 19:16:30 +01:00
diag Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
encoding Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
resource Install and use dependencies automatically for new Python projects (#4775) 2020-06-09 16:42:53 -07:00
testing Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
tokens Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
tools Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
util Add GitHub Actions detection and update the Pulumi CI escape hatch with more CI vars (#4758) 2020-06-08 17:24:12 -07:00
version move pkg/version -> sdk/go/common/version 2020-03-18 15:25:25 -07:00
workspace Escape the path to ensure we fetch plugins correctly (#4733) 2020-05-29 14:59:25 -07:00