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

export env variables for JupyterLab kernel

parent 1b8baddf
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@ EOF
# append the necessary env variables for spack env and tools
cd /opt/app-root/src
diff before.txt after.txt|grep ">"|cut -c 3- >> $LAB_KERNEL_PATH/bin/env.sh
diff before.txt after.txt|grep ">"|cut -c 3- |awk '$0="export "$0' >> $LAB_KERNEL_PATH/bin/env.sh
# end of env creation
cat <<EOF >>$LAB_KERNEL_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