-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Closed
Labels
packagesPackage management and loadingPackage management and loadingregression 1.11Regression in the 1.11 releaseRegression in the 1.11 release
Description
$ echo $JULIA_LOAD_PATH, $JULIA_DEPOT_PATH
:/opt/julia/environments/v1.11, :/opt/julia
$ julia +1.10 -e 'println(DEPOT_PATH)'
["/home/jiling/.julia", "/home/jiling/.julia/juliaup/julia-1.10.5+0.x64.linux.gnu/local/share/julia", "/home/jiling/.julia/juliaup/julia-1.10.5+0.x64.linux.gnu/share/julia", "/opt/julia"]
$ julia +1.11 -e 'println(DEPOT_PATH)'
["/home/jiling/.julia/juliaup/julia-1.11.0+0.x64.linux.gnu/local/share/julia", "/home/jiling/.julia/juliaup/julia-1.11.0+0.x64.linux.gnu/share/julia", "/opt/julia"]
## this is casuing the problem in production
$ /opt/julia-1.11.0/bin/julia -e 'println(DEPOT_PATH)'
["/opt/julia-1.11.0/local/share/julia", "/opt/julia-1.11.0/share/julia", "/opt/julia"
this causes problem because on the HPC system, Julia and IJulia are pre-installed and pre-compiled under /opt
which is read-only.
this used to work on 1.10: https://github.com/ivukotic/ml_platform/blob/julia/Dockerfile
Metadata
Metadata
Assignees
Labels
packagesPackage management and loadingPackage management and loadingregression 1.11Regression in the 1.11 releaseRegression in the 1.11 release