For example, I used to have a base/userimg.jl file that read as follows:
Base.require("Distributions.jl")
Base.require("Optim.jl")
Base.require("DataFrames.jl")
Base.require("Gadfly.jl”)— John On Jul 30, 2014, at 9:13 PM, Ivar Nesje <[email protected]> wrote: > If you compile Julia yourself, you can use the undocumented usherimg.jl trick > to cache the packages in the system image. Search for userimg
