astral-sh/uv

Add `uv self uninstall` command

Open

#9,871 opened on Dec 13, 2024

View on GitHub
 (6 comments) (0 reactions) (0 assignees)Rust (3,111 forks)batch import
clihelp wanted

Repository metrics

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

Description

Uninstalling uv feels a bit hacky.

Two suggested improvements:

  1. An official uninstallation script (similar to the standalone installer), or uv self uninstall.
  2. If neither are realistic, improve the documentation for the manual uninstall. The current instructions first mention removing the binaries, and then mention a suggestion for removing stored data. The recommended data removal process involves uv commands that will no longer be available if the binaries are gone 😄.

Thanks!

Contributor guide