This commit is contained in:
Rogdham 2025-07-05 09:28:06 +02:00 committed by GitHub
commit 084b3c81e1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -212,6 +212,9 @@ pub(crate) fn create(
interpreter.python_minor(),
)),
)?;
if interpreter.python_major() == 3 && interpreter.python_minor() == 14 {
uv_fs::replace_symlink("python", scripts.join("𝜋thon"))?;
}
if interpreter.markers().implementation_name() == "pypy" {
uv_fs::replace_symlink(