<@UB3BGTV63> "What does `which python3` report for...
# general
b
@white-balloon-205 "What does
which python3
report for you?" which isn't recognized in Windows Terminal / Powershell PS C:\Users\g> python Python 3.8.0 (tags/v3.8.0:fa919fd, Oct 14 2019, 193750) [MSC v.1916 64 bit (AMD64)] on win32
w
Pulumi uses
python3
by default. You can set the
PULUMI_PYTHON_CMD
environment variable to override this if your distribution does not install a
python3
.
b
Sorry, you mean as a CLI command. Seems to work as well: PS C:\Users\g> python3 Python 3.7.5 (tags/v3.7.5:5c02a39a0b, Oct 15 2019, 013154) [MSC v.1916 64 bit (AMD64)]
w
Hmm - in that case I'm surprised this isn't working. Could you open an issue in https://github.com/pulumi/pulumi with details so we can look into it?
👍 1