# Problem with Atom and Jula

**URL:** https://discourse.julialang.org/t/problem-with-atom-and-jula/6613
**Category:** New to Julia
**Tags:** question, package
**Created:** [October 22, 2017, 4:21pm UTC](https://discourse.julialang.org/t/problem-with-atom-and-jula/6613 "2017-10-22T16:21:04Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![GG22](https://avatars.discourse-cdn.com/v4/letter/g/e56c9b/32.png) [@GG22](https://discourse.julialang.org/u/GG22)
#### Post date: [October 22, 2017, 4:21pm UTC](https://discourse.julialang.org/t/problem-with-atom-and-jula/6613/1 "2017-10-22T16:21:04Z")

</div>

I am running Julia 0.45 and have now installed Atom  
I have installed the uber-juno package with out problems  
However, when I try to start Julia fom the Jula-menu, Atom gives me an error:  
ERROR: LoadError: unknown package Atom  
[inlined code] from ./pkg/entry.jl:49  
in anonymous at ./task.jl:447  
[inlined code] from ./task.jl:422  
in add at ./pkg/entry.jl:64  
while loading /home/ssd/.atom/packages/julia-client/script/boot.jl, in expression starting on line 11

and suggests:  
Error installing Atom.jl package  
Go to the Packages → Julia → Open Terminal menu and  
run `Pkg.add("Atom")` in Julia, then try again.  
If you still see an issue, please report it to:  
[https://discourse.julialang.org/](https://discourse.julialang.org/)

When I do open the terminal menu ( from packages/Julia), a terminator windows opens,  
but with the text “unable to find a shell”

I have terminator installed before Atom, and that terminators works fine

Is it because I use Julia 0.45 ?

Could you help me ?

Thanks

---

<div class="post-metadata">

### Author: ![mkborregaard](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/mkborregaard/32/556_2.png) [@mkborregaard](https://discourse.julialang.org/u/mkborregaard)
#### Post date: [October 23, 2017, 7:15am UTC](https://discourse.julialang.org/t/problem-with-atom-and-jula/6613/2 "2017-10-23T07:15:54Z")

</div>

Using julia 0.4.5 is likely to create issues. Julia development is so active that there really is no good reason to not use the current version (0.6).

---

<div class="post-metadata">

### Author: ![John\_Hearns](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/john_hearns/32/1685_2.png) [@John\_Hearns](https://discourse.julialang.org/u/John_Hearns)
#### Post date: [October 23, 2017, 11:00am UTC](https://discourse.julialang.org/t/problem-with-atom-and-jula/6613/3 "2017-10-23T11:00:28Z")

</div>

As mkborregard says, you shoul dbe running 0.6

I also use Atom with Julia - if you can give a couple more details about your platform and your version of Atom I can try to reproduce for you.

However, I must say that I have never had to add the ‘Atom’ package to Julia (or if I did I forgot…)  
Perhaps that is somethign recent with the new IDE stuff in Atom.

---

<div class="post-metadata">

### Author: ![PetrKryslUCSD](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/petrkryslucsd/32/215825_2.png) [@PetrKryslUCSD](https://discourse.julialang.org/u/PetrKryslUCSD)
#### Post date: [October 23, 2017, 2:52pm UTC](https://discourse.julialang.org/t/problem-with-atom-and-jula/6613/4 "2017-10-23T14:52:16Z")

</div>

Is debugger are available for a 0.6?

---

<div class="post-metadata">

### Author: ![pfitzseb](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/pfitzseb/32/45566_2.png) [@pfitzseb](https://discourse.julialang.org/u/pfitzseb)
#### Post date: [October 23, 2017, 3:30pm UTC](https://discourse.julialang.org/t/problem-with-atom-and-jula/6613/5 "2017-10-23T15:30:20Z")

</div>

[Soon.™](https://discourse.julialang.org/t/how-do-you-use-debuggers/4580/76)

---

<div class="post-metadata">

### Author: ![PetrKryslUCSD](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/petrkryslucsd/32/215825_2.png) [@PetrKryslUCSD](https://discourse.julialang.org/u/PetrKryslUCSD)
#### Post date: [October 23, 2017, 4:09pm UTC](https://discourse.julialang.org/t/problem-with-atom-and-jula/6613/6 "2017-10-23T16:09:50Z")

</div>

Oooohhhh. Glad to hear that!

---

<div class="post-metadata">

### Author: ![GG22](https://avatars.discourse-cdn.com/v4/letter/g/e56c9b/32.png) [@GG22](https://discourse.julialang.org/u/GG22)
#### Post date: [October 23, 2017, 7:02pm UTC](https://discourse.julialang.org/t/problem-with-atom-and-jula/6613/7 "2017-10-23T19:02:07Z")

</div>

Hi everybody - thanks for your help 🙂

I purged julia 0.45 and atom , downloaded the julia 0.6 tarball, installed it and installed atom 🙂  
SUCCES 🙂

So my problem was that Linux Mint Software store “only” has an Julia 0.45 version  
and - as far as I can see - Atom does not test/say that it needs a Julia 0-.6

Once again : Thank You !  
GG22
