uv
becdc64d - Do not discover virtual environment interpreters in `uv venv --python ...` (#3728)

Commit
1 year ago
Do not discover virtual environment interpreters in `uv venv --python ...` (#3728) Otherwise `uv venv --python 3.12` can prefer `.venv/bin/python` over the system Python (which is always used if you don't provide a `--python` flag). I would find this confusing as a user.
Author
Parents
Loading