File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -94,14 +94,15 @@ print_logo
94
94
info " Starting installation of HPC setup for juliaup, julia and HPC key packages requiring system libraries..."
95
95
check_var " JULIAUP_INSTALLDIR" " JUHPC_SETUP_INSTALLDIR"
96
96
check_dir " $JUHPC_SETUP_INSTALLDIR "
97
+ mkdir -p " $JUHPC_SETUP_INSTALLDIR " || { error " failed to create directory: $JUHPC_SETUP_INSTALLDIR " ; }
97
98
98
99
99
100
# Download and install julia in /tmp using juliaup
100
101
101
102
info " Installing juliaup and julia temporarily in $TMP_JULIAUP_ROOTDIR ..."
102
103
103
104
export TMP_JULIAUP_BINDIR=" $TMP_JULIAUP_ROOTDIR /bin" # juliaup and julia binaries
104
- export TMP_JULIAUP_LOG=" $TMP /tmpjuliaup .log"
105
+ export TMP_JULIAUP_LOG=" $JUHPC_SETUP_INSTALLDIR /setup_install .log"
105
106
export JULIAUP_DEPOT_PATH=" $TMP_JULIAUP_ROOTDIR /depot"
106
107
export JULIA_DEPOT_PATH=" $TMP_JULIAUP_ROOTDIR /depot"
107
108
export JULIA_PROJECT=" $JULIA_DEPOT_PATH /environments/latest"
You can’t perform that action at this time.
0 commit comments