Conversation
Notices
-
Embed this notice
GuySoft (guysoft@hayu.sh)'s status on Sunday, 23-Nov-2025 21:22:31 JST
GuySoft
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