Skip to content

Commit

Permalink
Make PyJulia work with --compiled-module=no (JuliaPy#648)
Browse files Browse the repository at this point in the history
  • Loading branch information
tkf authored and stevengj committed Feb 27, 2019
1 parent 9a084eb commit 4ab3d44
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/startup.jl
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@ else
# If we're not in charge, assume the user is installing necessary python
# libraries rather than messing with their configuration
const conda = false
# Top-level code (`_current_python`) needs `pyprogramname`. We
# don't need its value but we need to assign something to it:
const pyprogramname = ""
end

const pyversion = vparse(split(Py_GetVersion(libpy_handle))[1])
Expand Down

0 comments on commit 4ab3d44

Please sign in to comment.