JuliaDB with Parallel Procs Not Working in JuliaPro

I installed JuliaPro 1.0.4 (latest version). I was able to install it with the default install path on a clean install of windows. Out of the box, it looks like parallel procs with packages do not work correctly. I am correcting the conclusion I drew earlier.

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.

EDIT: Actually, after some re-installations, this problem went away. I may have installed JuliaPro and Julia console in a different order this time. Or I do have a memory of correcting the “PATH” environment variable, because I noticed that I missed the ending slash for julia bin directory.