Post #2795444
2025-11-23 12:21 UTC
So I use python and uv a lot and I keep forgetting to switch ``pip install`` with ``uv pip install`` . So I made this python package:
```
uv pip install pip-uv
```
After you install it all your pip install commands are replaced with uv.
Is this worth sharing anywhere? Does it help anyone?
I even made it use golang so its faster than a plain python module..
https://github.com/guysoft/pip-uv
Replies (0)
No replies.