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.