From 1e04e8cb156a25f6a1f15fca9de1600ea9584d44 Mon Sep 17 00:00:00 2001
From: Eleni Mathioulaki <emathioulaki@athenarc.gr>
Date: Tue, 29 Nov 2022 16:55:57 +0100
Subject: [PATCH] Update create_JupyterLab_kernel.sh

---
 create_JupyterLab_kernel.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/create_JupyterLab_kernel.sh b/create_JupyterLab_kernel.sh
index ac2ab847..093cc35e 100644
--- a/create_JupyterLab_kernel.sh
+++ b/create_JupyterLab_kernel.sh
@@ -22,7 +22,7 @@ spack repo add /srv/$INSTALLATION_ROOT/ebrains-spack-builds
 # no need to activate as the env is already activated in the context it is used
 #spack env activate $SPACKIFIED_ENV
 
-source /usr/share/Modules/init/sh
+source /usr/share/modules/init/sh
 module use /srv/$INSTALLATION_ROOT/spack/share/spack/modules/linux-ubuntu20.04-x86_64/
 source /srv/$INSTALLATION_ROOT/spack/var/spack/environments/$SPACKIFIED_ENV/loads
 # add also user's .local python3.8 packages to allow package installation at runtime by the user using pip
-- 
GitLab