Can I run `include("file")` for a file stored in a loaded package

Something like

include(pkgdir(MyPackage, "src", "some_file.jl"))

should work. See the docs.

1 Like