From: Nabil Ghodbane Date: Thu, 17 Jun 2021 09:13:57 +0000 (+0200) Subject: spns #24421 cannot execute jupyter-notebook within salome context X-Git-Tag: V9_8_0~147 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;ds=sidebyside;h=e6a3e9dcc7b83974ada413f6e06a9873bf069938;p=tools%2Fsat_salome.git spns #24421 cannot execute jupyter-notebook within salome context --- 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"