Author : MD TAREQ HASSAN | Updated : 2021/07/10
Using Chocolatey
Install chocolatey: productivity/tools-for-developers#chocholatey
Install pulumi using chocolatey
choco install pulumi
choco install pulumi -y
#
# Installing specific version
#
# choco install pulumi --version <version>
#
choco install pulumi --version 3.6.1
Upgrade pulumi
choco upgrade pulumi
Manual Installation
- Download and install Pulumi: https://www.pulumi.com/docs/get-started/install/versions/
- Unzip the file and extract the contents to a folder such as C:\pulumi.
- Add
C:\pulumi\bin
to your (environment variable) path (System Properties -> Advanced -> Environment Variables -> User Variables -> Path -> Edit)
Verifying your Installation
pulumi version # v3.6.1
Other Installation Options
https://www.pulumi.com/docs/get-started/install/
Uninstall
Remove the pulumi folder that was created during installation