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 e24de9b commit 2bd2b3bCopy full SHA for 2bd2b3b
juhpc
@@ -96,6 +96,8 @@ export PATH=$TMP_JULIAUP_BINDIR:$PATH
96
check_dir "$TMP_JULIAUP_ROOTDIR"
97
curl -fsSL https://install.julialang.org | sh -s -- --add-to-path=no --yes --path=$TMP_JULIAUP_ROOTDIR --background-selfupdate 0 --startup-selfupdate 0 || { error "failed to install Juliaup (and Julia) in $TMP_JULIAUP_ROOTDIR."; }
98
99
+if [ ! -f "$TMP_JULIAUP_BINDIR/juliaup" ]; then error "temporary juliaup installation failed."; fi
100
+
101
info "... done."
102
103
0 commit comments