sparse-intern-71089
06/23/2020, 10:06 AMmicroscopic-pilot-97530
PATH
for Pulumi before running pip install
When you pip install pulumi-gcp
, part of the package installation shells out to pulumi plugin install resource gcp <version>
to install the resource provider plugin binary, so it needs to be able to find pulumi
on PATH
.stocky-lion-56153
06/23/2020, 1:59 PMpip install "pulumi-gcp>=3.0.0,<4.0.0"
(with a dash)