You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
info "Julia is not yet installed, calling juliaup to install it..."
325
+
"$(ENV["JULIAUP_WRAPPER"])" || error "juliaup failed to install julia."
326
+
fi
327
+
328
+
exec "\$JULIA_EXE" "\$@"
329
+
""")
330
+
'>"$JULIA_WRAPPER"
331
+
332
+
if [ !-s"$JULIA_WRAPPER" ];then error "julia wrapper is missing or empty.";fi
333
+
chmod +x "$JULIA_WRAPPER"
334
+
335
+
info "... done: wrapper created."
336
+
337
+
338
+
# Create an opt-in IJulia installer that installs also the basic Julia kernel; furthermore, it can install further kernels in function of the JUHPC environment variables.
0 commit comments