MCPcopy Create free account
hub / github.com/MITK/MITK / PythonExecutable

Method PythonExecutable

Modules/PythonInstaller/src/QmitkPipInstaller.cpp:704–712  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

702}
703
704QString QmitkPipInstaller::PythonExecutable() const
705{
706 const auto path = mitk::PythonHelper::GetExecutablePath();
707
708 if (path.empty())
709 return {};
710
711 return QString::fromStdString(path.string());
712}
713
714QString QmitkPipInstaller::RequirePythonExecutable()
715{

Callers 1

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected