@Venkat
Hi,
You’ll either need to add the full path (location) of julia.exe to the PATH, as is described here, or use the full path in the julia-client settings in Atom.
Open Run (Windows Key + R), type in rundll32 sysdm.cpl,EditEnvironmentVariables and hit enter.
Under either the "User Variables" or "System Variables" section, find the row with "Path", and click edit.
The "Edit environment variable" UI will appear. Here, click "New", and paste in the directory noted from the installation stage. This should look something like C:\Users\JohnDoe\AppData\Local\Programs\Julia 1.5.4\bin.
Click OK. You can now run Julia from the command line, by typing julia!
Hope above information can help you.
============================================
If the Answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.