Skip to content

Conversation

@mayeut
Copy link
Member

@mayeut mayeut commented Dec 14, 2025

This allows to use the uv extra without uv being added to PATH however it requires to install build with the uv extra. This was already done on macOS.
I'm not sure what's the correct way forward given this results in multiple uv installations.

towards #2673

"install",
"--upgrade",
"build[virtualenv]",
"build[virtualenv, uv]",
Copy link
Contributor

Choose a reason for hiding this comment

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

This will install another copy of there is already an external one. I think we try to avoid that everywhere else.

Copy link
Member Author

@mayeut mayeut Dec 14, 2025

Choose a reason for hiding this comment

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

This will install another copy of there is already an external one.

Yes indeed, hope it's clear enough in the PR description.

I think we try to avoid that everywhere else.

macOS is already doing that.

I'm wondering if the uv extra is not just plain broken when the virtual environment is not activated.
I'll try something else in a following commit.

Copy link
Member Author

Choose a reason for hiding this comment

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

#2691 opened as an alternative

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants