mirror of
https://github.com/astral-sh/uv
synced 2026-01-21 21:40:11 -05:00
Resolves https://github.com/astral-sh/uv/issues/16453 When `--system` is used, the debug log now reports interpreter discovery sources in the same order they are probed, prioritising the PATH ahead of managed installs on every platform. I also added a few unit tests that use `DiscoveryPreferences::sources`, ensuring the log strings stay aligned with the actual discovery sequence for both System and OnlySystem preferences.