uv/crates/uv-virtualenv
Zanie Blue 076677da20
Avoid removing empty directories when constructing virtual environments (#14822)
Closes https://github.com/astral-sh/uv/issues/14815

I tested this with the docker-compose reproduction. You can also see a
regression test change at
2ae4464b7e
2025-07-22 13:50:14 -05:00
..
src Avoid removing empty directories when constructing virtual environments (#14822) 2025-07-22 13:50:14 -05:00
Cargo.toml Require `uv venv --clear` before removing an existing directory (#14309) 2025-07-17 17:20:21 -05:00
README.md Rename `gourgeist` to `uv-virtualenv` (#2118) 2024-03-01 14:02:40 -05:00

README.md

uv-virtualenv

uv-virtualenv is a rust library to create Python virtual environments. It also has a CLI.