Zanie Blue
Zanie Blue
> we (or really probably upstream CPython) copy libpython into the venv, so that the $ORIGIN-relative library dependency works: Just to clarify what options are available. We could also detect...
Great, thank you for the clarification! I'm definitely mixing problems :) With that context, banning copied interpreters for virtual environments makes sense. Regarding > (I suppose one thing we can...
> Can the docs be updated slightly only to clarify that pip/brew/etc. installs take precedence over the standalone installer? This isn't necessarily true, it depends on how your `PATH` is...
Running the external tool to perform the update seems interesting but can definitely happen after / separately. Maybe it's worth looking at what tailscale does?
(sorry wrong button)
We changed this in https://github.com/astral-sh/uv/pull/6043 because of #6036 We don't really cache installs right now, this is just the location we download to to ensure the install is idempotent. Can...
It's not a cache though, we are just downloading the file there and moving it into the install location. There is no persistence or caching. It's a misnomer.
Regardless, can you expand on > cache location is becoming important for security tool configuration I still don't follow what precise issue you're talking about here. Why is it important?...
Yep we're familiar with DevDrives (we use them in CI to improve the GitHub Actions perf!) > Since uv downloads a copy of python, it may be a good fit...
Failing with ``` 2024-10-15T16:16:08.9895420Z cpython-3.11> + rm -f /build/pip-24.2-py3-none-any.whl 2024-10-15T16:16:08.9908565Z cpython-3.11> + patch -p1 -i /build/patch-pip-static-binary.patch 2024-10-15T16:16:08.9918071Z cpython-3.11> patching file pip/_internal/utils/glibc.py 2024-10-15T16:16:08.9919111Z cpython-3.11> Hunk #1 FAILED at 47. 2024-10-15T16:16:08.9920243Z cpython-3.11>...