Skip to content

Commit 4510da5

Browse files
author
Christopher Doris
committed
suppress external PYTHONHOME
1 parent f1e30d9 commit 4510da5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: src/cpython/context.jl

+1
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ function init_context()
9393
function python_cmd(args)
9494
env = copy(ENV)
9595
env["PYTHONIOENCODING"] = "UTF-8"
96+
delete!(env, "PYTHONHOME")
9697
setenv(`$(CTX.exe_path) $args`, env)
9798
end
9899

0 commit comments

Comments
 (0)