Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add uv version to debug output #4259

Merged
merged 1 commit into from
Jun 12, 2024
Merged

Add uv version to debug output #4259

merged 1 commit into from
Jun 12, 2024

Conversation

charliermarsh
Copy link
Member

Summary

I think this is a useful piece of connective tissue that will let us avoid back-and-forths when folks include traces.

Test Plan

❯ cargo run pip list --verbose
DEBUG uv 0.2.11 (44041bccd 2024-06-11)
DEBUG Searching for Python interpreter in virtual environments
DEBUG Found CPython 3.12.3 at `/Users/crmarsh/workspace/puffin/.venv/bin/python3` (virtual environment)
DEBUG Using Python 3.12.3 environment at .venv/bin/python3

@charliermarsh charliermarsh force-pushed the charlie/debug branch 2 times, most recently from 3d78540 to 57f436a Compare June 12, 2024 00:50
@charliermarsh charliermarsh added the cli Related to the command line interface label Jun 12, 2024
@charliermarsh charliermarsh merged commit 034b479 into main Jun 12, 2024
47 checks passed
@charliermarsh charliermarsh deleted the charlie/debug branch June 12, 2024 02:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cli Related to the command line interface
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants