delightful-helicopter-21244
03/07/2025, 8:38 AMpulumi version
pulumi : The term 'pulumi' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the
name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ pulumi version
+ ~~~~~~
+ CategoryInfo : ObjectNotFound: (pulumi:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
env is windows , python,
pulumi installed using ref : https://www.pulumi.com/docs/iac/download-install/#installation-script-2 :
@"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command "[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; iex ((New-Object System.Net.WebClient).DownloadString('<https://get.pulumi.com/install.ps1'))>" && SET "PATH=%PATH%;%USERPROFILE%\.pulumi\bin"
wonderful-umbrella-73154
03/07/2025, 11:35 AM