Skip to content

Commit ff9247f

Browse files
committed
Add default /glade/u/home/dhoward/.julia path for backwards copatibility.
1 parent fe5cbd4 commit ff9247f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

juhpc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,8 @@ info "... done: wrapper created."
303303
info "Creating activate script..."
304304

305305
export JULIAUP_DEPOT="$JULIAUP_INSTALLDIR/depot"
306-
export JULIA_DEPOT="$JULIAUP_INSTALLDIR/depot"
306+
# Added default $HOME/.julia path for backwards compatibility with exisitng Julia user installs
307+
export JULIA_DEPOT="$JULIAUP_INSTALLDIR/depot:$HOME/.julia"
307308
export ACTIVATE_SCRIPT="$JUHPC_SETUP_INSTALLDIR/activate"
308309

309310
julia -e 'println("""

0 commit comments

Comments
 (0)