# Creating and naming Precompiled environment

**URL:** https://discourse.julialang.org/t/creating-and-naming-precompiled-environment/23935
**Category:** General Usage
**Created:** [May 6, 2019, 9:51pm UTC](https://discourse.julialang.org/t/creating-and-naming-precompiled-environment/23935 "2019-05-06T21:51:06Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![alewolf](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/alewolf/32/9000_2.png) [@alewolf](https://discourse.julialang.org/u/alewolf)
#### Post date: [May 6, 2019, 9:51pm UTC](https://discourse.julialang.org/t/creating-and-naming-precompiled-environment/23935/1 "2019-05-06T21:51:06Z")

</div>

Hi everyone,

I am relatively new to Julia - and everytime I solve a problem, I find a new one 🙂

Currently, I want to create and name an environment where some pacakges are precomplied:  
CSV, DataFrames,Queryverse, Unitful, DifferentialEquations, JSON.  
I am setting up a web service through Rshiny, where ppl will upload some parameters, they will arrive a JSON to me I’ll run a script solving some differential equaltions through the shell and I’ll spit a CSV with the results which will then be read by RShiny to display plots.  
I am only in charge of the backend - The reason I need a precompiled environment is that otherwise everytime I run my code on the shell it recompiles the packages -  
I am new to Julia and would like to know if there is an easy way to create a named environment where I can keep this packages precompiled - If any one has some advice on this I’ll greatly appreciate it

Take care,

A
