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 79
79
error " Neither /dev/shm nor /tmp directories exist. Cannot set TMP environment variable."
80
80
fi
81
81
82
+ mkdir -p " $TMP " || { error " failed to create directory: $TMP " ; }
82
83
export TMP_JULIAUP_ROOTDIR=" $TMP /juliaup"
83
84
84
85
@@ -95,7 +96,7 @@ check_dir "$JUHPC_SETUP_INSTALLDIR"
95
96
info " Installing juliaup and julia temporarily in $TMP_JULIAUP_ROOTDIR ..."
96
97
97
98
export TMP_JULIAUP_BINDIR=" $TMP_JULIAUP_ROOTDIR /bin" # juliaup and julia binaries
98
- export TMP_JULIAUP_LOG=" $TMP_JULIAUP_ROOTDIR /tmpjuliaup.log"
99
+ export TMP_JULIAUP_LOG=" $TMP /tmpjuliaup.log"
99
100
export JULIAUP_DEPOT_PATH=" $TMP_JULIAUP_ROOTDIR /depot"
100
101
export JULIA_DEPOT_PATH=" $TMP_JULIAUP_ROOTDIR /depot"
101
102
export JULIA_PROJECT=" $JULIA_DEPOT_PATH /environments/latest"
You can’t perform that action at this time.
0 commit comments