FR: Add support for uv tool upgrade --python <PYTHON>
#6297
Labels
uv tool
Related to the uv tool interface
uv tool upgrade --python <PYTHON>
#6297
It would be useful to have a way to reinstall/upgrade all installed tools to the latest Python version.
Currently we are able to reinstall all tools via
uv tool upgrade --all --reinstall
but are unable to specify the Python version. The workaround is to performuv tool install --python <PYTHON> <PACKAGE>
for all tools individually.As an aside, it would also be nice if
uv tool list
displays the Python version that was used to install the tool (similar to howpipx list
behaves)The text was updated successfully, but these errors were encountered: