uv/crates/uv-python
Charlie Marsh d0b16f9018
Ensure python-to-pythonX.Y symlink exists in downloaded Pythons (#5849)
## Summary

After installing:

```
❯ readlink "/Users/crmarsh/Library/Application Support/uv/python/cpython-3.12.4-macos-aarch64-none/bin/python"
python3.12

❯ readlink "/Users/crmarsh/Library/Application Support/uv/python/cpython-3.9.5-macos-aarch64-none/bin/python"
python3.9
```

Closes https://github.com/astral-sh/uv/issues/5838.
2024-08-06 23:03:22 -04:00
..
python Change "toolchain" to "python" (#4735) 2024-07-03 07:44:29 -05:00
src Ensure python-to-pythonX.Y symlink exists in downloaded Pythons (#5849) 2024-08-06 23:03:22 -04:00
Cargo.toml uv-python: use windows-sys instead of winapi (#5591) 2024-07-30 11:43:04 +02:00
download-metadata.json Update bundled Pythons to include stripped variants (#5469) 2024-07-26 00:34:45 +00:00
fetch-download-metadata.py Deprecate the --isolated flag (#5466) 2024-07-30 22:40:38 +00:00
template-download-metadata.py Deprecate the --isolated flag (#5466) 2024-07-30 22:40:38 +00:00