mirror of https://github.com/astral-sh/uv
It is a common pattern to have an active conda base env (that sets `CONDA_PREFIX`) and then create a venv on top of that (setting `VIRTUAL_ENV`). Previously, we would error when both `VIRTUAL_ENV` and `CONDA_PREFIX` were set, now `VIRTUAL_ENV` takes precedence over `CONDA_PREFIX`. Fixes #2028 |
||
|---|---|---|
| .. | ||
| cfg.rs | ||
| find_python.rs | ||
| interpreter.rs | ||
| lib.rs | ||
| python_environment.rs | ||
| python_version.rs | ||
| virtualenv.rs | ||