You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks! This is actually intentional right now. We have a separate design for "project-level tools" (i.e., tools that would be versioned and installed as part of the project, but given their own independent virtual environments) that we want to implement to solve this specific use-case. It's part of #3560.
I'm also trying to configure uv tool install to adhere to a configuration provided in the pyproject.toml and not rely on the additional --default-index flag, preferably.
This issue was closed in favor of #3560, but that issue has also been resolved & closed without any mention of tool installation index. I would like this to be a feature of uv, if possible.
UV tool does not look into the pyproject.toml for already specified indices.
pyproject.toml:
command:
uv --version:
Specifying the index url with
--index-url
worked, but is annoying :)Thanks for this great tool!
The text was updated successfully, but these errors were encountered: