# Meet some problem with julia in atom

**URL:** https://discourse.julialang.org/t/meet-some-problem-with-julia-in-atom/30713
**Category:** Tooling
**Created:** [November 4, 2019, 7:49pm UTC](https://discourse.julialang.org/t/meet-some-problem-with-julia-in-atom/30713 "2019-11-04T19:49:21Z")
**Posts on this page:** 1
**Showing post:** 5

<div class="post-metadata">

### Author: ![Pbellive](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/pbellive/32/3604_2.png) [@Pbellive](https://discourse.julialang.org/u/Pbellive)
#### Post date: [February 20, 2020, 5:23pm UTC](https://discourse.julialang.org/t/meet-some-problem-with-julia-in-atom/30713/5 "2020-02-20T17:23:46Z")

</div>

Hi @Shona_Pennock and welcome to the julia discourse! I don’t follow Juno development (Juno being the julia IDE based on Atom) but reading through the thread linked to in the above post, it looks like julia 0.6.x releases are no longer supported:

> [@Unable to run Julia in Atom](https://discourse.julialang.org/t/unable-to-run-julia-in-atom/30694/7):
>
> I don’t think there will be any further updates to Atom.jl for Julia 0.6. You can however add handle("updateeditor") do data end to [this file](https://github.com/JunoLab/Atom.jl/blob/julia-0.6/src/misc.jl) locally, which will get rid of the warning.

Unless you have some old julia code you need to run on 0.6.4, I would highly recommend upgrading to the latest version of julia. It is actively supported and there have been many improvements. If you need to upgrade some old code to make it compatible with julia 1.x, then I recommend installing julia version 0.7. Running your 0.6 compatible code in julia 0.7 should give you useful deprecation warnings that will help you get the code up to date.

---

_[View the full topic](https://discourse.julialang.org/t/meet-some-problem-with-julia-in-atom/30713)._
