mirror of
https://github.com/astral-sh/uv.git
synced 2025-10-05 00:00:22 +00:00
![]() ## Summary When a virtual environment contains multiple packages with the same name, we no longer throw a hard error. Instead: - In `uv pip freeze`, we list all versions. - In `uv pip uninstall`, we uninstall all versions. - In `uv pip install`, we uninstall all versions prior to installing a new version. Closes https://github.com/astral-sh/uv/issues/1848. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |