Skip to content
Snippets Groups Projects
Commit 336d43c6 authored by Athanasios Karmas's avatar Athanasios Karmas
Browse files

fix create_JupyterLab_kernel.sh

parent ebc686f9
No related branches found
No related tags found
No related merge requests found
......@@ -20,9 +20,7 @@ set -euxo pipefail
EOF
# load here all tools
spack load --sh -r nest@3.0 \
py-ipykernel \
%gcc@10.3.0 >>$CONF_PATH/bin/env.sh
spack load --sh -r nest@3.0 py-ipykernel %gcc@10.3.0 >> $CONF_PATH/bin/env.sh
# end of env creation
cat <<EOF >>$CONF_PATH/bin/env.sh
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment