<#C87E17SJZ|> issue on vs code how to setup pulumi...
# python
d
#C87E17SJZ issue on vs code how to setup pulumi on VS code with proper "PATH"? issue on vs code terminal, :
Copy code
pulumi 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 :
Copy code
@"%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"
w
You may need to restart your terminal for PATH to get updated