Hi, I'm just getting started with Pulumi. Is it po...
# python
b
Hi, I'm just getting started with Pulumi. Is it possible to use Python in interactive mode with Pulumi?
c
No ... you must run Pulumi code via the
pulumi
executable. This is the Pulumi “engine” mentioned in the error message.
b
As far as I know, Pulumi actually runs Golang stuff behind the scenes using RPC protocol, so you definitely need the CLI