-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
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
julia_setup
unable to run the "global level startup file"
#105
Comments
Thanks for the feedback. What will happen if Julia is started directly? |
Julia has two startup files, one at From my tests it is enough to set on any of them a simple println("Hello world") to trigger the error, i.e. JuliaCall seems to not work if the startup files of Julia are used: Note that if I rather leave uncommented the |
Thanks for the brilliant observation! I think the problem is just the |
The problem should be fixed on the master. |
julia_setup
seems unable to run the "global level startup file" (???):I have
julia
on my path and I did also try (with the same result) using:I have tried with Julia 0.7 and 1.0 with the same result.
The text was updated successfully, but these errors were encountered: