Skip to content
Snippets Groups Projects
Commit 793d8570 authored by Aleksandr Vodianov's avatar Aleksandr Vodianov
Browse files

remove python env

parent dafde9f6
No related branches found
No related tags found
No related merge requests found
......@@ -27,10 +27,6 @@ int dap_chain_plugins_init(dap_config_t *a_config){
return -1;
}
PyImport_AppendInittab("API_CellFrame", PyInit_libCellFrame);
#ifdef DAP_BUILD_WITH_PYTHON_ENV
const wchar_t *l_python_env_path = L"/opt/cellframe-node/lib/python3.7";
Py_SetPath(l_python_env_path);
#endif
Py_Initialize();
PyEval_InitThreads();
PyObject *l_sys_module = PyImport_ImportModule("sys");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment