Skip to content

Commit 70864b0

Browse files
committed
Up
1 parent bd3afb1 commit 70864b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

c_src/pythonx/pythonx.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ fine::Ok<> init(ErlNifEnv *env, std::string python_dl_path,
263263
// containing the built-in Python modules [1].
264264
//
265265
// [1]: https://docs.python.org/3/using/cmdline.html#envvar-PYTHONHOME
266-
Py_SetPythonHome(python_home_path_w.c_str());
266+
// Py_SetPythonHome(python_home_path_w.c_str());
267267

268268
Py_SetProgramName(python_executable_path_w.c_str());
269269

0 commit comments

Comments
 (0)