diff --git a/cmake/scripts/create_lcg_view_setup_csh.in b/cmake/scripts/create_lcg_view_setup_csh.in index 6e43115c603aaf0abd37060693111d76d2484084..31093f03619466a18c83f1cb3c3b60788c0d170d 100644 --- a/cmake/scripts/create_lcg_view_setup_csh.in +++ b/cmake/scripts/create_lcg_view_setup_csh.in @@ -472,6 +472,7 @@ if ( -d $thisdir/lib/julia ) then set __julia_proj_dir=`find $thisdir/share/julia/environments -maxdepth 1 -type d -name "v*"` setenv JULIA_LOAD_PATH :$__julia_proj_dir setenv JULIA_DEPOT_PATH :$thisdir/share/julia + setenv JULIA_PROJECT ${HOME}.julia/${__julia_proj_dir#*/julia/}/ endif #---then nxcals and hepak diff --git a/cmake/scripts/create_lcg_view_setup_sh.in b/cmake/scripts/create_lcg_view_setup_sh.in index 99996251da0a7b0ebbaba78a7ff3b97d6fb82727..492991df5e47eeedec687d94a054dcede92cf822 100644 --- a/cmake/scripts/create_lcg_view_setup_sh.in +++ b/cmake/scripts/create_lcg_view_setup_sh.in @@ -393,6 +393,7 @@ if [ -d $thisdir/lib/julia ]; then __julia_proj_dir=`find $thisdir/share/julia/environments -maxdepth 1 -type d -name "v*"` JULIA_LOAD_PATH=:$__julia_proj_dir; export JULIA_LOAD_PATH JULIA_DEPOT_PATH=:$thisdir/share/julia; export JULIA_DEPOT_PATH + JULIA_PROJECT=${HOME}.julia/${__julia_proj_dir#*/julia/}/; export JULIA_PROJECT fi #---then nxcals and hepak