quinnj / Sublime-IJulia

An IJulia Frontend for Sublime Text 3
90 stars 16 forks source link

Windows 7 - path to kernel missing #66

Open ORESoftware opened 9 years ago

ORESoftware commented 9 years ago

I have Julia installed, but I simply don't have anything in the path below

image

All your instructions are great, I have ZMQ installed, and the path to ZMQ and Julia.exe are correct. But the path to kernel.jl is missing.

quinnj commented 9 years ago

Did you run Pkg.add("IJulia") from within Julia?

ORESoftware commented 9 years ago

No I didn't run that! I was just writing this response -

I think this is the missing step from here:

https://github.com/JuliaLang/ZMQ.jl

Pkg.add("ZMQ");

image

ORESoftware commented 9 years ago

but I get these build errors:

image

ORESoftware commented 9 years ago

Although your product seems to work now, simply because the path that was original in question on this issue is now at least defined:

image