sparse-intern-71089
05/09/2019, 12:26 PMstraight-napkin-70642
05/09/2019, 1:28 PMpython3
in your PATH. What do you get running which python3
?fast-magician-55948
05/09/2019, 1:32 PM(venv) C:\Users\perry\dev\pulumi-ts>where python3
INFO: Could not find files for the given pattern(s).
straight-napkin-70642
05/09/2019, 1:37 PMwhich
to find out if python3
is already in your pathfast-magician-55948
05/09/2019, 1:37 PMstraight-napkin-70642
05/09/2019, 1:38 PMpython3 --version
also will confirm if this executable is availablefast-magician-55948
05/09/2019, 1:39 PMfast-magician-55948
05/09/2019, 1:39 PM(venv) C:\Users\perry\dev\pulumi>python3 --version
'python3' is not recognized as an internal or external command,
operable program or batch file.
(venv) C:\Users\perry\dev\pulumi>python --version
Python 3.7.0
fast-magician-55948
05/09/2019, 1:40 PMstraight-napkin-70642
05/09/2019, 1:40 PMstraight-napkin-70642
05/09/2019, 1:40 PMfast-magician-55948
05/09/2019, 1:54 PMpython3 --version
now works fine but pulumi up
still looking specifically in the path. I'm switching to Ubuntu on Windows now...straight-napkin-70642
05/09/2019, 1:57 PMfast-magician-55948
05/09/2019, 2:30 PM