Closed trittsv closed 1 month ago
This PR closes #2050.
The python windows installer always creates python.exe, there is no python3.exe. So we simply try again but using plain python to cover these cases.
python.exe
python3.exe
python
@eboasson could you have a look? :)
This PR closes #2050.
The python windows installer always creates
python.exe
, there is nopython3.exe
. So we simply try again but using plainpython
to cover these cases.@eboasson could you have a look? :)