Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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