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 f1e30d9 commit 4510da5Copy full SHA for 4510da5
src/cpython/context.jl
@@ -93,6 +93,7 @@ function init_context()
93
function python_cmd(args)
94
env = copy(ENV)
95
env["PYTHONIOENCODING"] = "UTF-8"
96
+ delete!(env, "PYTHONHOME")
97
setenv(`$(CTX.exe_path) $args`, env)
98
end
99
0 commit comments