From e6a3e9dcc7b83974ada413f6e06a9873bf069938 Mon Sep 17 00:00:00 2001 From: Nabil Ghodbane Date: Thu, 17 Jun 2021 11:13:57 +0200 Subject: [PATCH] spns #24421 cannot execute jupyter-notebook within salome context --- products/compil_scripts/Python.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/products/compil_scripts/Python.sh b/products/compil_scripts/Python.sh index 14070ca..c53e745 100755 --- a/products/compil_scripts/Python.sh +++ b/products/compil_scripts/Python.sh @@ -21,7 +21,7 @@ if version_ge $VERSION "3.6"; then # --without-pymalloc: disable specialized mallocs # --with-ensurepip : installation using bundled pip # --enable-optimizations: recommandé et utilisé par Nijni -> mais trop long! - CONFIGURE_ARGUMENTS="--enable-shared --with-threads --without-pymalloc --with-ensurepip=install" + CONFIGURE_ARGUMENTS="--enable-shared --with-threads --without-pymalloc --with-ensurepip=install --with-ssl --with-pydebug --enable-loadable-sqlite-extensions" else echo "*** Python version is older than version 3.6 ..." CONFIGURE_ARGUMENTS="--enable-shared --with-threads --without-pymalloc --enable-unicode=ucs4" -- 2.30.2