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

uv run --with=X shouldn't install X if it's already available #4547

Closed
charliermarsh opened this issue Jun 26, 2024 · 2 comments · Fixed by #4879
Closed

uv run --with=X shouldn't install X if it's already available #4547

charliermarsh opened this issue Jun 26, 2024 · 2 comments · Fixed by #4879
Assignees
Labels
enhancement New feature or request preview Experimental behavior

Comments

@charliermarsh
Copy link
Member

If it's already part of the project (and thus the environment), we shouldn't need to install it. Same goes for any of the dependencies of X.

@charliermarsh charliermarsh added the preview Experimental behavior label Jun 26, 2024
@charliermarsh
Copy link
Member Author

This requires that we have some concept of "packages that are available, but not in our current environment". It causes some problems for the install plan. In some ways it's conceptually similar to respecting multiple sys.path entries.

@charliermarsh
Copy link
Member Author

I can be responsible for this though unclear on its priority.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request preview Experimental behavior
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant