This message was deleted.
# general
s
This message was deleted.
s
IMO, the easiest way to install Pulumi on macOS is to use Homebrew. If you don’t already have Homebrew installed, instructions are here: https://brew.sh/ Once you have Homebrew installed, then a simple
brew install pulumi
will have you up and running. (You’ll still need to install support for whatever language you’re going to write your Pulumi programs in, such as Go, TypeScript, etc.).