Zanie Blue
Zanie Blue
Hi! Thank you :) You can provide the virtual environment path via the `VIRTUAL_ENV` variable or, if you run `python -m uv`, we'll automatically detect the virtual environment (#1504). We...
Hm yeah it seems like we should probably stub `uv` into the environment by default so that you can use `python -m uv`. I'm not exactly sure what that would...
Tracking that in https://github.com/astral-sh/uv/issues/1632
Ah and here's the other one for the CLI option, going to close this in favor of those https://github.com/astral-sh/uv/issues/1396
You can use `UV_EXTRA_INDEX_URL` instead. We are hesitant to read pip's configuration directly.
See https://github.com/astral-sh/uv/issues/1386 for discussion about that
Is this a wish or something we think we should do soon?
Related #1526, we do not allow installation outside of a virtual environment right now.
I'm going to close this in favor of https://github.com/astral-sh/uv/issues/2077 which has a bunch more discussion in it.
Hi! It looks like `pip` is using a cached wheel ``` pip install pysha3==1.0.2 Collecting pysha3==1.0.2 Using cached pysha3-1.0.2-cp310-cp310-linux_x86_64.whl ``` whereas we do not have access to the pip cache...