From 6865b47d1b3a9a532e3ac999a8b8e8ee0c9d6019 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Sun, 4 Feb 2024 09:54:36 -0500 Subject: [PATCH] sage.sh: use py from the system --- sage.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/sage.sh b/sage.sh index c8b448e..a3ec54d 100644 --- a/sage.sh +++ b/sage.sh @@ -144,6 +144,7 @@ sage-configure() { --with-system-prompt_toolkit=force \ --with-system-ptyprocess=force \ --with-system-pure_eval=force \ + --with-system-py=force \ --with-system-pybind11=force \ --with-system-pygments=force \ --with-system-pyparsing=force \ -- 2.43.2