You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently assume py, the python launcher on windows, is always present. We should test without it and allow only python.exe and show good error messages when both are missing.
The text was updated successfully, but these errors were encountered:
konstin
changed the title
Properly handle python.ex xor py being present on windows
Properly handle python.exe xor py being present on windows
Jan 29, 2024
There's also python-launcher for unix which also provides a py command (and is waaaay faster than pyenv et al). Might be worth tying it to the presence of a py command in the Path rather than just Windows.
We currently assume
py
, the python launcher on windows, is always present. We should test without it and allow onlypython.exe
and show good error messages when both are missing.The text was updated successfully, but these errors were encountered: