[Side Note: Where should I report bugs for JuliaPro?]
In reference to this post.
The following code works in the Julia console version (tried 1.0.4 and 1.1.1), but it is broken in JuliaPro (tried 1.0.3 and 1.0.4):
using Distributed, JuliaDB
addprocs(1)
@everywhere using JuliaDB
I think this is a bug with JuliaPro (or maybe there is additional configuration needed in JuliaPro that isn’t needed in the console only installation of Julia).