From: Michael Orlitzky Date: Mon, 13 Nov 2023 20:11:21 +0000 (-0500) Subject: sage.sh: use system ipython,ipywidgets,prompt_toolkit X-Git-Url: http://gitweb.michael.orlitzky.com/?p=bash.d.git;a=commitdiff_plain;h=b3071258592ccdd105914190e5f91645f2ed2932 sage.sh: use system ipython,ipywidgets,prompt_toolkit --- diff --git a/sage.sh b/sage.sh index e205b4e..c5cb345 100644 --- a/sage.sh +++ b/sage.sh @@ -93,6 +93,8 @@ sage-configure() { --with-system-idna=force \ --with-system-iml=force \ --with-system-importlib_metadata=force \ + --with-system-ipython=force \ + --with-system-ipywidgets=force \ --with-system-isl=force \ --with-system-jedi=force \ --with-system-jinja2=force \ @@ -148,6 +150,7 @@ sage-configure() { --with-system-primecount=force \ --with-system-primecountpy=force \ --with-system-primesieve=force \ + --with-system-prompt_toolkit=force \ --with-system-pure_eval=force \ --with-system-pybind11=force \ --with-system-pygments=force \