uv/crates/uv-python/src
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
..
discovery.rs Replace `--python-preference installed` with `managed` (#5637) 2024-07-31 08:40:39 -05:00
downloads.inc Update bundled Pythons to include stripped variants (#5469) 2024-07-26 00:34:45 +00:00
downloads.inc.mustache Change "toolchain" to "python" (#4735) 2024-07-03 07:44:29 -05:00
downloads.rs Ensure `python`-to-`pythonX.Y` symlink exists in downloaded Pythons (#5849) 2024-08-06 23:03:22 -04:00
environment.rs feat(venv): add relocatable flag (#5515) 2024-07-29 00:10:11 +00:00
implementation.rs Use max rather than min to sort managed Pythons (#5205) 2024-07-19 12:35:17 +00:00
installation.rs Use cache for Python install temporary directories (#5787) 2024-08-05 02:32:24 +00:00
interpreter.rs Remove some unused methods (#5512) 2024-07-28 17:20:12 +00:00
lib.rs Add color to `python pin` CLI (#5215) 2024-07-19 13:19:28 -04:00
managed.rs Add PyPy finder (#5337) 2024-07-23 14:58:04 -05:00
platform.rs Deduplicate when install or uninstall python (#4841) 2024-07-05 22:05:17 -05:00
pointer_size.rs Change "toolchain" to "python" (#4735) 2024-07-03 07:44:29 -05:00
prefix.rs Initialize all `--prefix` subdirectories (#4895) 2024-07-08 14:15:25 +00:00
py_launcher.rs Upgrade to Rust 1.80.0 (#5472) 2024-07-27 01:49:47 +00:00
python_version.rs Use "pre-release" in prose and `Prerelease` in code (#5697) 2024-08-01 20:56:29 +00:00
target.rs Change "toolchain" to "python" (#4735) 2024-07-03 07:44:29 -05:00
version_files.rs Make directory a required argument (#5573) 2024-07-29 20:47:34 +00:00
virtualenv.rs feat(venv): add relocatable flag (#5515) 2024-07-29 00:10:11 +00:00
which.rs Search for all `python3.x` in PATH (#5148) 2024-07-18 17:00:01 +02:00