mirror of
https://github.com/astral-sh/uv.git
synced 2025-07-07 13:25:00 +00:00
Merge 9e08bb833a
into f609e1ddaf
This commit is contained in:
commit
084b3c81e1
1 changed files with 3 additions and 0 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue