feat: discover uv-managed global Python installations - #380
Merged
Conversation
Performance Report (Linux) ➖
Legend
|
Test Coverage Report (Linux)
Coverage increased! Great work! |
Test Coverage Report (Windows)
Coverage increased! Great work! |
Performance Report (Windows) ➖
Legend
|
Karthik Nadig (karthiknadig)
force-pushed
the
feature/issue-379
branch
from
April 2, 2026 03:32
3572965 to
0187868
Compare
Karthik Nadig (karthiknadig)
marked this pull request as ready for review
April 2, 2026 04:25
Performance Report (macOS)
Legend
|
João Moreno (joaomoreno)
approved these changes
Apr 2, 2026
Karthik Nadig (karthiknadig)
force-pushed
the
feature/issue-379
branch
from
April 2, 2026 17:57
0187868 to
731a552
Compare
Karthik Nadig (karthiknadig)
enabled auto-merge (squash)
April 2, 2026 17:57
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The
pet-uvlocator only discovered uv project/workspace virtual environments (.venvwithpyvenv.cfg). Python versions installed globally viauv python installwere not discovered by the Uv locator.Changes
UV_PYTHON_INSTALL_DIR, or platform defaults:%APPDATA%\uv\pythonon Windows,~/.local/share/uv/pythonon Unix)cpython-X.Y.Z-os-arch-libc)try_from()X.Yformat)EnvironmenttoUv::from()for env var accessFixes #379