https://pulumi.com logo
#python
Title
b

brainy-camera-35431

01/07/2020, 12:04 AM
Hi, I'm just getting started with Pulumi. Is it possible to use Python in interactive mode with Pulumi?
c

colossal-ram-89482

01/07/2020, 12:08 AM
No ... you must run Pulumi code via the
pulumi
executable. This is the Pulumi “engine” mentioned in the error message.
b

bright-orange-69401

01/07/2020, 10:35 AM
As far as I know, Pulumi actually runs Golang stuff behind the scenes using RPC protocol, so you definitely need the CLI