mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 19:08:04 +00:00
![]() <!-- Thank you for contributing to uv! To help us out with reviewing, please consider the following: - Does this pull request include a summary of the change? (See below.) - Does this pull request include a descriptive title? - Does this pull request include references to any relevant issues? --> ## Summary closes #4828 First iteration for an implementation. I need to add more tests but wanted your opinion on the implementation first. <!-- What's the purpose of the change? What does it do, and why? --> ## Test Plan Currently tested using the following command but will add tests shortly: ```console D:\repo\uv> cargo run venv -p 3.13t && .venv\Scripts\python.exe Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s Running `target\debug\uv.exe venv -p 3.13t` Using Python 3.13.0rc1 interpreter at: C:\Users\bschoen\AppData\Local\Programs\Python\Python313\python3.13t.exe Creating virtualenv at: .venv Activate with: .venv\Scripts\activate Python 3.13.0rc1 experimental free-threading build (tags/v3.13.0rc1:e4a3e78, Jul 31 2024, 21:06:58) [MSC v.1940 64 bit (AMD64)] on win32 Type "help", "copyright", "credits" or "license" for more information. >>> ``` --------- Co-authored-by: Zanie Blue <contact@zanie.dev> |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |
uv-virtualenv
uv-virtualenv
is a rust library to create Python virtual environments. It also has a CLI.