does anyone know how to fix my issue? I'm on Windo...
# general
q
does anyone know how to fix my issue? I'm on Windows 10, using PowerShell. I installed Python and Pulumi via Chocolatey. When I do a
pulumi up
I get this error:
Failed to resolve python version command: exit status 103
c
You might need to sign out and in again so python is available on your path
or use
refreshenv
Something like that
q
yeah I tried refreshenv and restarting. Also if I type in python in Powershell, it launces the REPL
e
Can you run
python --version
?
q
I get Python 3.10.2
e
Do you have a virtual env present?
a
I've noticed that if you delete the
venv
accidentally, pulumi would recreate it if you run a command, e.g.
pulumi about
(on Linux, at least)