astral-sh / uv

An extremely fast Python package and project manager, written in Rust.
https://docs.astral.sh/uv
Apache License 2.0
25.42k stars 739 forks source link

Suggestion on mistyped `uv python` command suggests `uv pip` #8313

Open adamtheturtle opened 2 weeks ago

adamtheturtle commented 2 weeks ago

I typed:

> uv python remove cpython-3.13.0-macos-aarch64-none
error: unrecognized subcommand 'remove'

  tip: a similar subcommand exists: 'uv pip uninstall'

I'd expect that the "similar subcommand" would be uv python uninstall rather than uv pip uninstall.

uv 0.4.23 (Homebrew 2024-10-17)

zanieb commented 2 weeks ago

Thanks! This looks weirdly hard to fix.