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

Show an interpreter-focused message for --target and --prefix #9373

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

charliermarsh
Copy link
Member

Summary

With uv pip install --target and --prefix, we (1) should allow managed Pythons, and (2) should show a different message that's focused on the interpreter we selected, rather than the environment.

@charliermarsh charliermarsh added the cli Related to the command line interface label Nov 23, 2024
let implementation = python.implementation();
let interpreter = python.interpreter();

if dimmed {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pretty clunky but like... in uv venv, we show this at full color, with cyan paths. In uv pip install, we show it dimmed. (This is largely preserving existing behavior, open to changing one of the two.)

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.

1 participant