mirror of
https://github.com/astral-sh/uv.git
synced 2025-07-24 13:43:45 +00:00
Use reinstall report formatting for uv python install --reinstall
(#8487)
## Summary Resolves #8456 ## Test Plan ```console $ cargo run -- python install 3.13 $ cargo run -- python install --reinstall 3.13 Searching for Python versions matching: Python 3.13 Found existing installation for Python 3.13: cpython-3.13.0-macos-aarch64-none Installed Python 3.13.0 in 7.39s ~ cpython-3.13.0-macos-aarch64-none ``` --------- Co-authored-by: Charlie Marsh <charlie.r.marsh@gmail.com>
This commit is contained in:
parent
e9c08b1639
commit
9540d6ad24
5 changed files with 30 additions and 15 deletions
|
@ -133,7 +133,7 @@ pub enum EnvironmentPreference {
|
|||
Any,
|
||||
}
|
||||
|
||||
#[derive(Clone, Copy, Debug, Default, PartialEq, Eq, Hash)]
|
||||
#[derive(Clone, Copy, Debug, Default, PartialEq, Eq, PartialOrd, Ord, Hash)]
|
||||
pub enum PythonVariant {
|
||||
#[default]
|
||||
Default,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue