Channels
welcome
pulumi-cdk
cloudengineering
yaml
blog-posts
localstack
pulumi-ai
package-authoring
general
pulumiup-booth-support
oracle-cloud-infrastructure
learn-pulumi-events
linen
registry
built-with-pulumi
pulumi-cloud
contribex
testingtesting321
hacktoberfest
pulumi-crosscode
content-share
finops
multi-language-hackathon
office-hours
workshops
gitlab
pulumi-kubernetes-operator
jobs
pulumi-deployments
dotnet
aws
golang
announcements
java
pulumiverse
python
install
getting-started
cloudengineering-support
testingtesting123
hackathon-03-19-2020
typescript
google-cloud
contribute
azure
kubernetes
docs
automation-api
status
Powered by
#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
Post