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

Update pip install calls in scripts to use uv or reference current executable #13597

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

Avasam
Copy link
Collaborator

@Avasam Avasam commented Mar 7, 2025

This doesn't force working with a virtual environment nor using a specific name for your venv (uv pip and uv run --active will reuse your activated environment)

Note I didn't touch python/python3 in docs this PR. (that's done in #13599)
I'm also leaving GitHub jobs to a separate self-contained PR.

@Avasam Avasam added the project: infrastructure typeshed build, test, documentation, or distribution related label Mar 7, 2025
@Avasam Avasam changed the title Use uv pip in scripts and docs Update pip install calls in scripts to use uv or reference current executable Mar 9, 2025
Copy link
Collaborator

@Akuli Akuli left a comment

Choose a reason for hiding this comment

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

Nit: We should probably mention this to avoid assuming uv in later changes to this script.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
project: infrastructure typeshed build, test, documentation, or distribution related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants