uv icon indicating copy to clipboard operation
uv copied to clipboard

Properly handle `python.exe` xor `py` being present on windows

Open konstin opened this issue 1 year ago • 2 comments

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.

konstin avatar Jan 29 '24 12:01 konstin

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.

mjclarke94 avatar Feb 15 '24 22:02 mjclarke94

Related https://github.com/astral-sh/uv/issues/1521

T-256 avatar Feb 17 '24 11:02 T-256