mirror of
https://github.com/astral-sh/uv
synced 2026-01-20 21:10:10 -05:00
Closes https://github.com/astral-sh/uv/issues/11048 This brings the `PythonEnvironment::from_root` behavior in-line with the rest of uv Python discovery behavior (and in-line with pip). It's not clear why we were canonicalizing the path in the first place here.