This message was deleted.
# typescript
s
This message was deleted.
e
How did you install pulumi?
w
I packaged it in nix, compiling 3.53 from github
e
Ah you'll need to also compile in the language plugins as well then, the cli is not distributed by itself. If you look at the .tar.gz files from one of our releases (e.g. https://github.com/pulumi/pulumi/releases/tag/v3.53.0) you'll see a load of other executables are packaged side-by-side with "pulumi".
w
I see, thank you!
w
There's also a
pulumi-bin
Nix package that packages the Python, Go, Dotnet, and JS runtimes. The package that doesn't do this lets you pick and choose the runtimes you install. Both packages are community maintained.