We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2165f91 commit 1544f3aCopy full SHA for 1544f3a
src/Core/stdlib.jl
@@ -11,7 +11,7 @@ function init_stdlib()
11
# This uses some internals, but Base._start() gets the state more like Julia
12
# is if you call the executable directly, in particular it creates workers when
13
# the --procs argument is given.
14
- push!(Core.ARGS, joinpath(ROOT_DIR, "pysrc", "juliacall", "init.jl"))
+ push!(Base.Core.ARGS, joinpath(ROOT_DIR, "pysrc", "juliacall", "init.jl"))
15
Base._start()
16
Base.eval(:(PROGRAM_FILE = ""))
17
0 commit comments