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.
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.