mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-30 23:37:24 +00:00
![]() 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 |