MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / get_python_executable

Function get_python_executable

tools/pylauncher/pylauncher.c:45–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45static const wchar_t* get_python_executable() {
46 const wchar_t* python_exe_w = _wgetenv(L"EMSDK_PYTHON");
47 if (!python_exe_w) {
48 return L"python.exe";
49 }
50 return python_exe_w;
51}
52
53// Get the name of the currently running executable (module)
54static wchar_t* get_module_path() {

Callers 1

launcher_mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected