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.
2 parents 9045b5b + 8a1d680 commit bff7fb7Copy full SHA for bff7fb7
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