uv/crates/uv-virtualenv/src
Charlie Marsh 2c8e394f03
Create (e.g.) `python3.13t` executables in `uv venv` (#14764)
## Summary

CPython's `venv` module creates these, so we should too.

On non-Windows, we add `python3.13t`.

On Windows, we add `python3.13t.exe` and `pythonw3.13t.exe` (see:
65d2c51c10/Lib/venv/__init__.py (L362)).

Closes https://github.com/astral-sh/uv/issues/14760.
2025-07-21 16:25:50 +00:00
..
activator Fix VIRTUAL_ENV_PROMPT value in activator/activate (#13501) 2025-05-17 07:48:09 -04:00
_virtualenv.py Remove unused import. (#6996) 2024-09-04 09:40:58 -04:00
lib.rs Require `uv venv --clear` before removing an existing directory (#14309) 2025-07-17 17:20:21 -05:00
virtualenv.rs Create (e.g.) `python3.13t` executables in `uv venv` (#14764) 2025-07-21 16:25:50 +00:00