I am working on a system that has a number of packages installed system
wide in /usr/local/share/julia/site/. The problem is, when trying to load
a package, Julia tries to recompile it, and cannot do so since
/usr/local/share/julia/site/lib/v0.4/
is not writable. I would not expect the recompile, since the cached ji
files should have the same version as the installed jl files, so as far as
I can tell, no recompilation should be necessary. I am trying to figure
out if there is any version mismatch, or if there is any other reason for
the recompile. Also, is there any way to find out the version of an
installed package and the version of the cache?