From 57e08d895fb1c0493149e941370482cad3f744dc Mon Sep 17 00:00:00 2001 From: Athanasios Karmas <karmas@athenarc.gr> Date: Mon, 20 Sep 2021 15:36:32 +0000 Subject: [PATCH] testing --- create_JupyterLab_kernel.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/create_JupyterLab_kernel.sh b/create_JupyterLab_kernel.sh index b5098356..f4dd73aa 100644 --- a/create_JupyterLab_kernel.sh +++ b/create_JupyterLab_kernel.sh @@ -21,8 +21,8 @@ set -euxo pipefail EOF # load here all tools -#spack load --sh -r python@3.8.11 py-ipykernel py-pip py-numpy@1.21.0 py-scipy py-pandas py-seaborn py-matplotlib arbor nest@3.0 neuron py-pynn tvb-data tvb-library %gcc@10.3.0 >> $CONF_PATH/bin/env.sh -spack env activate $SPACKIFIED_ENV --sh >> $CONF_PATH/bin/env.sh +spack load --sh -r python@3.8.11 py-ipykernel py-pip py-numpy@1.21.0 py-scipy py-pandas py-seaborn py-matplotlib arbor nest@3.0 neuron py-pynn tvb-data tvb-library %gcc@10.3.0 >> $CONF_PATH/bin/env.sh +#spack env activate $SPACKIFIED_ENV --sh >> $CONF_PATH/bin/env.sh # end of env creation cat <<EOF >>$CONF_PATH/bin/env.sh -- GitLab