$ brew install pulumi/tap/pulumi
$ curl -fsSL https://get.pulumi.com | sh

{{ .Inner }}

> choco install pulumi

Note: Other installation options are available.

Test your new installation by running the pulumi version command:

$ pulumi version
v{{ readFile "static/latest-version" }}

If this doesn't work, you may need to restart your terminal to ensure the directory containing the pulumi command is on your PATH.

$ pulumi version
v{{ readFile "static/latest-version" }}

If this doesn't work, you may need to restart your terminal to ensure the directory containing the pulumi command is on your PATH.

> pulumi version
v{{ readFile "static/latest-version" }}

If this doesn't work, you may need to restart your terminal to ensure the directory containing the pulumi.exe command is on your PATH.

Was this page helpful?