We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4683a01 commit 8a1d680Copy full SHA for 8a1d680
juhpc
@@ -90,6 +90,7 @@ export TMP_JULIAUP_BINDIR=$TMP_JULIAUP_ROOTDIR/bin # juliaup and julia binaries
90
export JULIAUP_DEPOT_PATH=$TMP_JULIAUP_ROOTDIR/depot
91
export JULIA_DEPOT_PATH=$TMP_JULIAUP_ROOTDIR/depot
92
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
94
export PATH=$TMP_JULIAUP_BINDIR:$PATH
95
96
check_dir "$TMP_JULIAUP_ROOTDIR"
0 commit comments