Open
Description
This is perhaps more of an FYI than an issue: running https://github.com/pypa/hatch/blob/hatch-v1.11.1/release/windows/make_scripts_portable.py after installing packages via uv
is successful in making scripts portable, as far as I can tell. Not sure if it's helpful in building WinPython itself, but it's at least an option for using uv
as an alternative to pip
for users, albeit a little bit of a hassle since the scripts need to be patched after every installation.
There's an open issue (astral-sh/uv#3669) asking for an option to install portable entry points, but I'm not sure how likely that is to be implemented.