Skip to content

Commit

Permalink
fix PyCall rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
xukai92 committed Mar 24, 2020
1 parent d63851e commit d8fab39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deps/build.jl
Expand Up @@ -8,6 +8,7 @@ catch
println("`pip` is not available in the current PyCall.jl")
println("Configuring PyCall.jl to use Conda.jl")
ENV["PYTHON"] = joinpath(Conda.PYTHONDIR, "bin/python")
rm(Pkg.dir("PyCall", "deps", "PYTHON"))
Pkg.build("PyCall")
end

Expand Down

0 comments on commit d8fab39

Please sign in to comment.