From 0741abd8905fbc5d88cea390fca10e560d473b9d Mon Sep 17 00:00:00 2001 From: caorantaoyao Date: Sat, 8 Aug 2026 23:33:52 +0800 Subject: [PATCH] fix: Installation fails on MacOS --- install-poetry.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-poetry.py b/install-poetry.py index 29ad14c..0e512ec 100644 --- a/install-poetry.py +++ b/install-poetry.py @@ -327,7 +327,7 @@ def make(cls, target: Path) -> "VirtualEnvironment": import ensurepip # noqa: F401 import venv - builder = venv.EnvBuilder(clear=True, with_pip=True, symlinks=False) + builder = venv.EnvBuilder(clear=True, with_pip=True, symlinks=MACOS) context = builder.ensure_directories(target) if (