I downloaded something and added `C:\Users\Richard...
# getting-started
s
I downloaded something and added
C:\Users\Richard Barraclough\.pulumi\bin
to my
%PATH
but running the programme just says
System.InvalidOperationException: 'Program run without the Pulumi engine available; re-run using the
pulumi
CLI'
b
@stocky-butcher-62635 how are you running the program? you should be running
pulumi up
s
Like any programme -- set the startup project and click Run
b
that won't work with Pulumi unless you're running the automation API, you need to run
pulumi up
from the project directory. Pulumi uses a language host to interpret your C# code and that runs the
Run
function