I thought this info was in the documentation, but now I don’t seem to be able to find it.
Is there a way to reverse-engineer which files have been loaded by Julia at startup?
Normally, a user would expect the startup.jl
file to be loaded. This file usually would be placed in the users home directory under ~/.julia/config/startup.jl
.
I am currently looking at a Docker Container, the Dockerfile
for which creates a startup.jl
file in a different location.
I am trying to figure out if there is a way to get a list of files which were loaded by Julia at startup. Either by
- querying the REPL directly?
- finding some documentation which describes a list of files and directories which are searched on startup
Is anyone able to point me in the right direction? Thanks