mirror of
https://github.com/astral-sh/uv.git
synced 2025-12-10 11:59:07 +00:00
Closes https://github.com/astral-sh/uv/issues/4154 e.g. ``` ❯ UV_PYTHON=/dev/null cargo run -q -- pip install anyio error: Failed to inspect Python interpreter from provided path at `/dev/null` Caused by: Failed to query Python interpreter at `/dev/null` Caused by: Permission denied (os error 13) ❯ VIRTUAL_ENV=/dev/null cargo run -q -- pip install anyio error: Failed to inspect Python interpreter from active virtual environment at `/dev/null/bin/python3` Caused by: Failed to query Python interpreter Caused by: failed to canonicalize path `/dev/null/bin/python3` Caused by: Not a directory (os error 20) ``` |
||
|---|---|---|
| .. | ||
| python | ||
| src | ||
| Cargo.toml | ||
| download-metadata.json | ||
| fetch-download-metadata.py | ||
| template-download-metadata.py | ||