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 d76753d + e24de9b commit 519625cCopy full SHA for 519625c
juhpc
@@ -90,7 +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
+export PATH=$(echo $PATH | perl -pe "s|[^:]*julia(?:up)?[^:]*:?||g") # Remove all juliaup paths from PATH
94
export PATH=$TMP_JULIAUP_BINDIR:$PATH
95
96
check_dir "$TMP_JULIAUP_ROOTDIR"
0 commit comments