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 9a084eb commit 4ab3d44Copy full SHA for 4ab3d44
src/startup.jl
@@ -80,6 +80,9 @@ else
80
# If we're not in charge, assume the user is installing necessary python
81
# libraries rather than messing with their configuration
82
const conda = false
83
+ # Top-level code (`_current_python`) needs `pyprogramname`. We
84
+ # don't need its value but we need to assign something to it:
85
+ const pyprogramname = ""
86
end
87
88
const pyversion = vparse(split(Py_GetVersion(libpy_handle))[1])
0 commit comments