From b8365399d4503223aec2c206e5ced0b7eea3238a Mon Sep 17 00:00:00 2001
From: Athanasios Karmas <karmas@athenarc.gr>
Date: Thu, 9 Sep 2021 12:41:32 +0000
Subject: [PATCH] Move the NFS folder that the configuration of the JupyterLab
 spackified kernels lie outside a particular environment's location

---
 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 be65a8bc..107437bd 100644
--- a/create_JupyterLab_kernel.sh
+++ b/create_JupyterLab_kernel.sh
@@ -5,12 +5,12 @@
 #==============================================================================
 
 ENV=$1
-CONF_PATH="/srv/$ENV/ebrains-spack-builds"
+CONF_PATH="/srv/jupyterlab_kernels/int/release20210930"
 
 # load spack and spack repos
 cp -r /srv/$ENV/spack/.spack ~
 source /srv/$ENV/spack/share/spack/setup-env.sh
-spack repo add $CONF_PATH
+spack repo add /srv/$ENV/ebrains-spack-builds
 
 # prepare the env file 
 mkdir $CONF_PATH/bin
-- 
GitLab