Skip to content

Commit 519625c

Browse files
authored
Merge pull request #15 from JuliaParallel/initial
Remove potential juliaup installations from path for temporal install (fix 2)
2 parents d76753d + e24de9b commit 519625c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

juhpc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ export TMP_JULIAUP_BINDIR=$TMP_JULIAUP_ROOTDIR/bin # juliaup and julia binaries
9090
export JULIAUP_DEPOT_PATH=$TMP_JULIAUP_ROOTDIR/depot
9191
export JULIA_DEPOT_PATH=$TMP_JULIAUP_ROOTDIR/depot
9292
export JULIA_PROJECT=$JULIA_DEPOT_PATH/environments/latest
93-
export PATH=$(echo $PATH | perl -pe "s|[^:]*juliaup(?:_wrapper)?[^:]*:?||g") # Remove all juliaup paths from PATH
93+
export PATH=$(echo $PATH | perl -pe "s|[^:]*julia(?:up)?[^:]*:?||g") # Remove all juliaup paths from PATH
9494
export PATH=$TMP_JULIAUP_BINDIR:$PATH
9595

9696
check_dir "$TMP_JULIAUP_ROOTDIR"

0 commit comments

Comments
 (0)