mirror of https://github.com/astral-sh/uv
Prepares for merge of https://github.com/astral-sh/uv/pull/3797, gating managed toolchain discovery with the preview flag to lower risk of releasing. e.g. ``` ❯ cargo dev -q fetch-python ❯ cargo run -q -- venv --python 3.11 Using Python 3.11.9 interpreter at: /opt/homebrew/opt/python@3.11/bin/python3.11 Creating virtualenv at: .venv Activate with: source .venv/bin/activate ❯ cargo run -q -- venv --preview --python 3.11 Using Python 3.11.7 interpreter at: /Users/zb/Library/Application Support/uv/toolchains/cpython-3.11.7-macos-aarch64-none/install/bin/python3 Creating virtualenv at: .venv Activate with: source .venv/bin/activate ``` We'll add automatic fetching of managed interpreters later. |
||
|---|---|---|
| .. | ||
| resolver.rs | ||