uv/crates/uv-python
Zanie Blue 6fe9bd8a80
Omit interpreter path during uv venv with managed Python (#5311)
e.g. 
```
❯ cargo run -q -- venv --preview
Using Python 3.12.1
Creating virtualenv at: .venv
Activate with: source .venv/bin/activate
```

instead of 

```
❯ cargo run -q -- venv --preview
Using Python 3.12.1 interpreter at: /Users/zb/Library/Application Support/uv/python/cpython-3.12.1-macos-aarch64-none/bin/python3
Creating virtualenv at: .venv
Activate with: source .venv/bin/activate
```
2024-07-23 14:20:23 -05:00
..
python Change "toolchain" to "python" (#4735) 2024-07-03 07:44:29 -05:00
src Omit interpreter path during uv venv with managed Python (#5311) 2024-07-23 14:20:23 -05:00
Cargo.toml Search for all python3.x in PATH (#5148) 2024-07-18 17:00:01 +02:00
download-metadata.json Update standalone Pythons to include 3.12.4 (#5042) 2024-07-14 01:51:47 +00:00
fetch-download-metadata.py Add mypy type check for uv-python scripts (#5332) 2024-07-23 09:14:05 -05:00
template-download-metadata.py Add mypy type check for uv-python scripts (#5332) 2024-07-23 09:14:05 -05:00