mirror of https://github.com/astral-sh/uv
Closes https://github.com/astral-sh/uv/issues/16077 ``` ❯ UV_PYTHON_INSTALL_DIR=/opt uv python list --no-managed-python cpython-3.9.6-macos-aarch64-none /usr/bin/python3 ❯ alias uv=$(pwd)/target/debug/uv ❯ UV_PYTHON_INSTALL_DIR=/opt uv python list --no-managed-python cpython-3.13.3-macos-aarch64-none /opt/homebrew/bin/python3.13 -> ../Cellar/python@3.13/3.13.3/bin/python3.13 cpython-3.13.3-macos-aarch64-none /opt/homebrew/bin/python3 -> ../Cellar/python@3.13/3.13.3/bin/python3 cpython-3.12.10-macos-aarch64-none /opt/homebrew/bin/python3.12 -> ../Cellar/python@3.12/3.12.10/bin/python3.12 cpython-3.11.12-macos-aarch64-none /opt/homebrew/bin/python3.11 -> ../Cellar/python@3.11/3.11.12/bin/python3.11 cpython-3.9.6-macos-aarch64-none /usr/bin/python3 pypy-3.10.14-macos-aarch64-none /opt/homebrew/bin/pypy3 -> ../Cellar/pypy3.10/7.3.17_1/bin/pypy3 ``` Prevents false positives when the `UV_PYTHON_INSTALL_DIR` is a prefix of some other path with Python installations |
||
|---|---|---|
| .. | ||
| sysconfig | ||
| discovery.rs | ||
| downloads.rs | ||
| environment.rs | ||
| implementation.rs | ||
| installation.rs | ||
| interpreter.rs | ||
| lib.rs | ||
| macos_dylib.rs | ||
| managed.rs | ||
| microsoft_store.rs | ||
| pointer_size.rs | ||
| prefix.rs | ||
| python_version.rs | ||
| target.rs | ||
| version_files.rs | ||
| virtualenv.rs | ||
| windows_registry.rs | ||