mirror of
https://github.com/astral-sh/uv
synced 2026-01-28 08:50:16 -05:00
Windows uses `;` instead of `:` to separate `PATH` entries. This pull request switches from manually using `:` to the `std::env` functions. This fixes ``` puffin pip install -e scripts/editable-installs/maturin_editable ``` on windows.