# How to change Juno's Julia executable path?

**URL:** https://discourse.julialang.org/t/how-to-change-junos-julia-executable-path/13216
**Category:** General Usage
**Tags:** juno
**Created:** [August 11, 2018, 12:55am UTC](https://discourse.julialang.org/t/how-to-change-junos-julia-executable-path/13216 "2018-08-11T00:55:07Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![xiaodai](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/xiaodai/32/15937_2.png) [@xiaodai](https://discourse.julialang.org/u/xiaodai)
#### Post date: [August 11, 2018, 12:55am UTC](https://discourse.julialang.org/t/how-to-change-junos-julia-executable-path/13216/1 "2018-08-11T00:55:07Z")

</div>

I installed Julia v0.7 to test out some packages and set Juno’s Julia executable path to v0.7. Some packages were breaking and I needed to run some code so I switched back to v0.6.4 but every time I start Atom, the setting is back to v0.7.0 i.e. the Julia executable path is pointed back to v0.7. I even tried to uninstall v0.7 and reinstall v0.6.4 and uninstalled Juno and reinstalled it.

Is it a setting that I need to change to make the change permanent? I am on Windows 10.

---

<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: [August 12, 2018, 6:09pm UTC](https://discourse.julialang.org/t/how-to-change-junos-julia-executable-path/13216/2 "2018-08-12T18:09:49Z")

</div>

Yeah, there’s a weird bug with this (and I’m pretty sure it’s unrelated to Juno). Just go to `C:\Users\YourUserName\.atom`, open `config.cson` and change the `juliaPath` line under `"julia-client"` to whatever you need. After that you should also be able to change it in the UI.
