This message was deleted.
# general
s
This message was deleted.
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)