any suggestions on how to get past this?
# install
b
any suggestions on how to get past this?
s
Which operating system are you on, @brainy-cartoon-21391?
b
Windows
s
There’s actually a different script for Powershell on Windows: if you change the operating system combo box on the Installation page (here: https://pulumi.io/quickstart/install.html), you’ll get it.
If you still can’t download, you could try this URL: https://get.pulumi.com/releases/sdk/pulumi-v0.16.1-windows-x64.zip
b
awesome thanks!
will try it out
s
👍, ping if you still have issues - this is something we want to make work!
b
I used the offline zip instead; 407 on the ps1 😞
one small thing...the executables dont' have any version info on them
s
Right - they’re intended to be in $PATH so don’t have the version number in the name. You can run
pulumi version
to find which version it is
Would a chocolatey package help you, @brainy-cartoon-21391?
b
yeah perhaps
but I'll try host an internal pulumi install...easiest that way perhaps
getting updates internally may be tricky..
s
I guess it might be possible to add parameters to the powershell script to do proxy authentication - I’m not sure offhand what is necessary there. Do you know if your proxy is representative of others “in the wild”?
The second problem you may hit is being able to use
npm
and so forth to get actual program dependencies
b
yeah...being behind firewall is painful