Skip to content

Commit

Permalink
Up
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatanklosko committed Feb 21, 2025
1 parent bd3afb1 commit 70864b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion c_src/pythonx/pythonx.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ fine::Ok<> init(ErlNifEnv *env, std::string python_dl_path,
// containing the built-in Python modules [1].
//
// [1]: https://docs.python.org/3/using/cmdline.html#envvar-PYTHONHOME
Py_SetPythonHome(python_home_path_w.c_str());
// Py_SetPythonHome(python_home_path_w.c_str());

Py_SetProgramName(python_executable_path_w.c_str());

Expand Down

0 comments on commit 70864b0

Please sign in to comment.