uv icon indicating copy to clipboard operation
uv copied to clipboard

[Feature Request] Support the `--isolated` flag for pip

Open TalAmuyal opened this issue 1 year ago • 0 comments

First, thanks for investing in Python's ecosystem!

Context:

I'm trying to incorporate uv into the flow of our devs at my company.

From the output of python -m pip --help:

  --isolated           Run pip in an isolated mode, ignoring environment variables and user configuration.

The request:

I would imagine that uv pip --isolated ... will only impact the pip "environment variables and user configuration" and won't change behavior for uv's specifics.

For example, it will cause uv pip install to ignore PIP_INDEX_URL, but not VIRTUAL_ENV.

I hope it makes sense.

Thanks!

TalAmuyal avatar Feb 24 '24 08:02 TalAmuyal