We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have Julia installed, but I simply don't have anything in the path below
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.
The text was updated successfully, but these errors were encountered:
Did you run Pkg.add("IJulia") from within Julia?
Pkg.add("IJulia")
Sorry, something went wrong.
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");
but I get these build errors:
Although your product seems to work now, simply because the path that was original in question on this issue is now at least defined:
No branches or pull requests
I have Julia installed, but I simply don't have anything in the path below
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.
The text was updated successfully, but these errors were encountered: