I tried Sublime IJulia from
https://github.com/quinnj/Sublime-IJuliaand followed the directions. Then I created a new file and put this code in
print("Hello Julia")
Then I pressed "Ctrl+B" to run it.I got an error which looks like this in the prompt:
[WinError 2] The system cannot find the file specified
[cmd: ['julia', '']]
[dir: C:\Users\NN\Desktop\python]
[path:C:\Users\NN\AppData\Roaming\Sublime Text 3\Packages\IJulia/windeps/;C:\Python33]
[Finished]
Does anyone know how to fix it so it works? I am using Sublime Text 3