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

Integrate "uv" in some way, or offer an option to swap the pip command template #1370

Open
darkvertex opened this issue Apr 24, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@darkvertex
Copy link

How would this feature be useful?

https://github.com/astral-sh/uv is a drop-in replacement for pip which is extremely fast.

(Drop-in in the sense that generally speaking, "uv pip ..." = "pip ...")

It would greatly speed up pipx if it would call it instead of native pip.

Describe the solution you'd like

If there was some way to override which pip is called in pipx to call uv by passing it a command template, or something of the sort, could be a really nice way to make use of uv and speed up pipx runs/installs/etc.

@chrysle chrysle added the enhancement New feature or request label Apr 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants