mirror of
https://github.com/astral-sh/uv.git
synced 2025-07-07 21:35:00 +00:00
![]() ## Summary Closes https://github.com/astral-sh/uv/issues/2529. ## Test Plan - `mkdir .venv` - `touch .venv/foo` - `cargo run venv` (ensure failure) - `cargo run venv --force` (ensure success) - `cargo run venv --force` (ensure success again) |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |
uv-virtualenv
uv-virtualenv
is a rust library to create Python virtual environments. It also has a CLI.