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

fix in create_JupyterLab_kernel.sh

parent 827413b0
No related branches found
No related tags found
No related merge requests found
...@@ -14,7 +14,7 @@ spack repo add $CONF_PATH ...@@ -14,7 +14,7 @@ spack repo add $CONF_PATH
# prepare the env file # prepare the env file
mkdir $CONF_PATH/bin mkdir $CONF_PATH/bin
cat <<EOF $CONF_PATH/bin/env.sh cat <<EOF > $CONF_PATH/bin/env.sh
#!/usr/bin/env bash #!/usr/bin/env bash
set -euxo pipefail set -euxo pipefail
EOF EOF
......
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