From: Michael Orlitzky Date: Sun, 4 Feb 2024 14:54:36 +0000 (-0500) Subject: sage.sh: use py from the system X-Git-Url: https://gitweb.michael.orlitzky.com/?p=bash.d.git;a=commitdiff_plain;h=6865b47d1b3a9a532e3ac999a8b8e8ee0c9d6019 sage.sh: use py from the system --- 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 \