astral-sh/uv

Add a `--suffix` option to `uv tool install`

Open

#6,365 opened on Aug 21, 2024

View on GitHub
 (8 comments) (31 reactions) (0 assignees)Rust (3,111 forks)batch import
enhancementhelp wanteduv tool

Repository metrics

Stars
 (84,934 stars)
PR merge metrics
 (Avg merge 7d 16h) (259 merged PRs in 30d)

Description

As mentioned in https://github.com/astral-sh/uv/issues/3560#issue-2293694566, it'd be useful for uv tool install to have a --suffix similar to pipx's so users can install multiple versions of the same tool, or install a tool with different versions of Python.

Contributor guide