Skip to content

Commit f2541fd

Browse files
committed
fix
1 parent 1d8f3e2 commit f2541fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pyinit.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ function python_cmd(args::Cmd = ``;
9898
end
9999

100100
function find_libpython(python::AbstractString)
101-
script = joinpath(@__DIR__, "..", "deps", "find_libpython.py")
101+
script = joinpath(@__DIR__, "..", "PyPreferences.jl", "src", "find_libpython.py")
102102
cmd = python_cmd(`$script`; python = python)
103103
try
104104
return read(cmd, String)

0 commit comments

Comments
 (0)