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 (