# Pluto's running script with Julia shipping bundle

**URL:** https://discourse.julialang.org/t/plutos-running-script-with-julia-shipping-bundle/44982
**Category:** Tooling
**Created:** [August 15, 2020, 9:21am UTC](https://discourse.julialang.org/t/plutos-running-script-with-julia-shipping-bundle/44982 "2020-08-15T09:21:18Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![DIzer](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/dizer/32/3971_2.png) [@DIzer](https://discourse.julialang.org/u/DIzer)
#### Post date: [August 15, 2020, 9:21am UTC](https://discourse.julialang.org/t/plutos-running-script-with-julia-shipping-bundle/44982/1 "2020-08-15T09:21:18Z")

</div>

If I am not mistaken Pluto.jl goes with Julia v 1.5… may be it is worthy to provide a script for running it “from the box”

---

<div class="post-metadata">

### Author: ![lungben](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/lungben/32/12314_2.png) [@lungben](https://discourse.julialang.org/u/lungben)
#### Post date: [August 15, 2020, 12:47pm UTC](https://discourse.julialang.org/t/plutos-running-script-with-julia-shipping-bundle/44982/2 "2020-08-15T12:47:01Z")

</div>

Hi, Pluto is a (great) external library, it is not shipped with julia. But it is very easy to install (`] add Pluto`).  
Alternatively, you could use the docker container `lungben/pluto`.

---

<div class="post-metadata">

### Author: ![DIzer](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/dizer/32/3971_2.png) [@DIzer](https://discourse.julialang.org/u/DIzer)
#### Post date: [August 15, 2020, 6:57pm UTC](https://discourse.julialang.org/t/plutos-running-script-with-julia-shipping-bundle/44982/3 "2020-08-15T18:57:55Z")

</div>

Sorry, I 'v made mistake, it installed so fast… never the less what do think about including precompiled Pluto into the Julia’s shipping bundle with a corresponding script to run it “from the box”? (yet I’am pretty aware how to install and to run it externally)

---

<div class="post-metadata">

### Author: ![lungben](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/lungben/32/12314_2.png) [@lungben](https://discourse.julialang.org/u/lungben)
#### Post date: [August 15, 2020, 8:05pm UTC](https://discourse.julialang.org/t/plutos-running-script-with-julia-shipping-bundle/44982/4 "2020-08-15T20:05:05Z")

</div>

I do not think that Pluto should be bundled with the standard Julia installation.  
Especially, this would link the Pluto release cycle to the Julia one. Yesterday, @fonsp fixed an issue in 2h, with Pluto linked to the Julia release cycle it would have been taken 3 months.  
In general, the Julia ecosystem is based on rather small single purpose packages working seamlessly together.
