uv/crates/uv-tool
Luca Bruno 969b4a2222
uv-tool/install: ignore existing environments on interpreter mismatch (#7451)
This changes `uv tool install` behavior with regards to re-using
existing environments.
In particular, this replaces the existing version-matching logic with a
tighter one, enforcing
a same-interpreter match.
This allows to properly switch between system and managed interpreter,
at the cost of
more eagerly invalidating existing environments every time there is an
interpreter change.

Closes: https://github.com/astral-sh/uv/issues/7320
2024-09-18 08:37:41 +02:00
..
src uv-tool/install: ignore existing environments on interpreter mismatch (#7451) 2024-09-18 08:37:41 +02:00
Cargo.toml Hint at missing project.name (#6803) 2024-09-14 20:03:47 +00:00