mirror of
https://github.com/astral-sh/uv.git
synced 2025-10-15 21:09:46 +00:00
![]() ## Summary The existing URL 404s: https://docs.python.org/3/install/index.html#distutils-configuration-files ...since the `/3/` route now resolves to Python 3.12, where `distutils` has been removed: https://docs.python.org/3.12/whatsnew/3.12.html#distutils The Python 3.11 docs are the most recent where the page still exists: https://docs.python.org/3.11/install/index.html#distutils-configuration-files ## Test Plan N/A |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |
uv-virtualenv
uv-virtualenv
is a rust library to create Python virtual environments. It also has a CLI.