Skip to content

Commit e24de9b

Browse files
committed
Remove potential juliaup installations from path for temporal installation
1 parent 8a1d680 commit e24de9b

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)