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 fe5cbd4 commit ff9247fCopy full SHA for ff9247f
juhpc
@@ -303,7 +303,8 @@ info "... done: wrapper created."
303
info "Creating activate script..."
304
305
export JULIAUP_DEPOT="$JULIAUP_INSTALLDIR/depot"
306
-export JULIA_DEPOT="$JULIAUP_INSTALLDIR/depot"
+# Added default $HOME/.julia path for backwards compatibility with exisitng Julia user installs
307
+export JULIA_DEPOT="$JULIAUP_INSTALLDIR/depot:$HOME/.julia"
308
export ACTIVATE_SCRIPT="$JUHPC_SETUP_INSTALLDIR/activate"
309
310
julia -e 'println("""
0 commit comments