This message was deleted.
# getting-started
s
This message was deleted.
b
you can simply download the windows binary and place it in your
$PATH
https://www.pulumi.com/docs/get-started/install/#manual-installation
i
I am pleased to see I don't have to install Chocolatey. From my developer's perspective with no prior knowledge of Chocolatey the "Manual Install" route is the "Quick Install" option.
b
We update Pulumi every 2 weeks, so the manual install will mean a manual update every 2 weeks. We suggest the choco install so you can easily update when we do updates that’s all
i
AhHa given the context of auto updates I now understand the motivation. If I get through my first month of Pulumi coding I will consider setting up choco.
g
@icy-football-94152 I'm not sure how much are you used to use CLI applications but given your background I bet it's not much. Most programs outside the windows world come as CLI app, actually
chocolately
is one of the best for windows. Since you are going to use pulumi via terminal Windows come by default with CMD or PowerShell which are not great. Take a look at windows terminal app it is more similar to linux terminal emulators with nicer interface https://aka.ms/terminal Good luck with Pulumi
i
@great-sunset-355 your assumptions are correct, I develop in a point & click world đŸ™‚ I think some hardcore Microsoft dev bloggers were talking about Windows Terminal the other day on YouTube, I will check it out. If my Pulumi development plans work out I hope to minimize time in the Pulumi CLI because I will be using the Pulumi automation api. Anyhow given @billowy-army-68599 help earlier in this thread I have just deployed my first resources to Azure via the Pulumi CLI. Not a bad first day.
b
happy to hear!