# JuliaDB with Parallel Procs Not Working in JuliaPro

**URL:** https://discourse.julialang.org/t/juliadb-with-parallel-procs-not-working-in-juliapro/24892
**Category:** New to Julia
**Tags:** parallel
**Created:** [June 3, 2019, 2:37pm UTC](https://discourse.julialang.org/t/juliadb-with-parallel-procs-not-working-in-juliapro/24892 "2019-06-03T14:37:11Z")
**Posts on this page:** 2
**Page:** 2

<div class="post-metadata">

### Author: ![dburch](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/dburch/32/8741_2.png) [@dburch](https://discourse.julialang.org/u/dburch)
#### Post date: [June 4, 2019, 4:37pm UTC](https://discourse.julialang.org/t/juliadb-with-parallel-procs-not-working-in-juliapro/24892/21 "2019-06-04T16:37:44Z")

</div>

I figured something out here. I uninstalled everything (and deleted all Julia remnant folders) and installed only the Julia 1.0.4 console (rather than JuliaPro). The code works.

Maybe JuliaPro isn’t working right for what I am trying to do, or maybe my installation/configuration is faulty.

When I installed JuliaPro, the default folder path is too long, so I have to change it to something shorter. I am guessing I need to set some kind of home folder path variable somewhere, but I don’t know what to configure after the installation. For now, I will assume I am doing something wrong with the JuliaPro configuration.

---

<div class="post-metadata">

### Author: ![dburch](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/dburch/32/8741_2.png) [@dburch](https://discourse.julialang.org/u/dburch)
#### Post date: [June 4, 2019, 5:29pm UTC](https://discourse.julialang.org/t/juliadb-with-parallel-procs-not-working-in-juliapro/24892/22 "2019-06-04T17:29:51Z")

</div>

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):

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

[Previous page](https://discourse.julialang.org/t/juliadb-with-parallel-procs-not-working-in-juliapro/24892.md?page=1)
