mirror of
https://github.com/astral-sh/uv
synced 2026-01-21 21:40:11 -05:00
## Summary Ensures that (e.g.) installs from conda-forge, Homebrew, and other distributions don't expose `uv self update` at all. We'll still show `uv self update` for `pip install uv`, but it will fail with a good error. Removing the `uv self update` from `pip`-installed `uv` is more complicated, since we'd need to build separately for the installer vs. for PyPI. Closes #2588.