From 8a95f273b1b1e47a846da6194ad9f2c2a68e7e95 Mon Sep 17 00:00:00 2001 From: Serguei Mokhov Date: Thu, 16 Jan 2025 11:23:16 -0500 Subject: [PATCH] [src][jupyterlabs-conda] fis a typo in setup_conda.sh --- src/jupyter/jupyterlabs-conda/setup_conda.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/jupyter/jupyterlabs-conda/setup_conda.sh b/src/jupyter/jupyterlabs-conda/setup_conda.sh index 9fa65e6..7c64aaa 100755 --- a/src/jupyter/jupyterlabs-conda/setup_conda.sh +++ b/src/jupyter/jupyterlabs-conda/setup_conda.sh @@ -3,7 +3,7 @@ echo "Setting some initial vairables..." date -set JUPYTER_DATA_DIR /speed-scratch/$USER/Jupyter +set JUPYTER_DATA_DIR = /speed-scratch/$USER/Jupyter mkdir -p $JUPYTER_DATA_DIR