Trouble importing a module that depends on another globally imported module

If you do:

push!(LOAD_PATH, "/path/to/your/src")

then you should be able to do:

using YourPackageName

without needing to include() anything from the REPL.

2 Likes