mirror of https://github.com/astral-sh/uv
I rebased https://github.com/astral-sh/uv/pull/2757 then realized that we want to implement this for more than `uv venv`. Closes https://github.com/astral-sh/uv/issues/2587 Closes https://github.com/astral-sh/uv/issues/2757 ``` ❯ cargo run -q -- pip install -p /Users/mz/bin/python3.7 anyio warning: uv is only compatible with Python 3.8+, found Python 3.7.17. Audited 1 package in 84ms ❯ cargo run -q -- venv -p /Users/mz/bin/python3.7 warning: uv is only compatible with Python 3.8+, found Python 3.7.17. Using Python 3.7.17 interpreter at: /Users/mz/bin/python3.7 Creating virtualenv at: .venv Activate with: source .venv/bin/activate ``` --------- Co-authored-by: Stevie Gayet <stegayet@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| python | ||
| src | ||
| Cargo.toml | ||