# "julia"' is not recognized as an internal or external command, operable program or batch file

**URL:** https://discourse.julialang.org/t/julia-is-not-recognized-as-an-internal-or-external-command-operable-program-or-batch-file/42983
**Category:** General Usage
**Tags:** installation
**Created:** [July 13, 2020, 2:37pm UTC](https://discourse.julialang.org/t/julia-is-not-recognized-as-an-internal-or-external-command-operable-program-or-batch-file/42983 "2020-07-13T14:37:27Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Kleophas\_Mundjele](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/kleophas_mundjele/32/14267_2.png) [@Kleophas\_Mundjele](https://discourse.julialang.org/u/Kleophas_Mundjele)
#### Post date: [July 13, 2020, 2:37pm UTC](https://discourse.julialang.org/t/julia-is-not-recognized-as-an-internal-or-external-command-operable-program-or-batch-file/42983/1 "2020-07-13T14:37:27Z")

</div>

Hi

I am trying to load atom on julia, but not succeeding. I am getting this Julia could not be started.

‘“julia”’ is not recognized as an internal or external command,

operable program or batch file.

We tried to launch Julia from: `julia` This path can be changed in the settings.

How can I change the path for julia to run on atom properly?

---

<div class="post-metadata">

### Author: ![jebej](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/jebej/32/1784_2.png) [@jebej](https://discourse.julialang.org/u/jebej)
#### Post date: [July 13, 2020, 2:44pm UTC](https://discourse.julialang.org/t/julia-is-not-recognized-as-an-internal-or-external-command-operable-program-or-batch-file/42983/2 "2020-07-13T14:44:24Z")

</div>

You’ll either need to add the full path (location) of `julia.exe` to the PATH, as is described [here](https://julialang.org/downloads/platform/#adding_julia_to_path_on_windows_10), or use the full path in the `julia-client settings` in Atom.
