# Environment activation using distributed

**URL:** https://discourse.julialang.org/t/environment-activation-using-distributed/115773
**Category:** General Usage
**Tags:** precompilation, distributed, environment
**Created:** [June 17, 2024, 5:53pm UTC](https://discourse.julialang.org/t/environment-activation-using-distributed/115773 "2024-06-17T17:53:28Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![feanor12](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/feanor12/32/8212_2.png) [@feanor12](https://discourse.julialang.org/u/feanor12)
#### Post date: [June 17, 2024, 5:53pm UTC](https://discourse.julialang.org/t/environment-activation-using-distributed/115773/1 "2024-06-17T17:53:28Z")

</div>

Is it normal for the environment activation to take more than 10 minutes using `@everywhere`?

In my case, all processes are on the same machine.  
They all activate the same environment.

When doing this in an interactive shell the environment activates in a few seconds.

Is there a good site to find tricks and patterns for distributed computing in julia?
