Are you sure you setup the path to the julia executable right? I'm on OS X and have julia in my path so the default settings are fine for me but on windows you either need to add the julia to your path or set it up in the preferences of the sublime ijulia plugin
Am Sonntag, 26. Oktober 2014 12:15:42 UTC+1 schrieb [email protected]: > > I tried Sublime IJulia from > > https://github.com/quinnj/Sublime-IJulia > > and 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 >
