uv icon indicating copy to clipboard operation
uv copied to clipboard

Support `--disable-pip-version-check` and other pip flags

Open jeffgeee opened this issue 1 year ago • 2 comments

uv is supposed to be a "Drop-in replacement for common pip, pip-tools, and virtualenv commands."

Recently testing with some python scripts which used --disable-pip-version-check I found this to not be the case, along with a few other flags. Was this being tracked anywhere?

jeffgeee avatar Jun 27 '24 16:06 jeffgeee

Please consult our compatibility guide: https://github.com/astral-sh/uv/blob/main/PIP_COMPATIBILITY.md

If there are things that aren't documented there, feel free to let us know or add in a pull request.

zanieb avatar Jun 27 '24 17:06 zanieb

I guess we could add that to the compatibility args but it's obviously a weird one.

charliermarsh avatar Jun 27 '24 17:06 charliermarsh