13 #ifndef mitkPythonHelper_h
14 #define mitkPythonHelper_h
19 #define MITK_PYTHON_LIBRARY_FILENAME "libpython3.12.so"
#define MITKPYTHONHELPER_EXPORT
MITKPYTHONHELPER_EXPORT fs::path GetVirtualEnvPath(const std::string &name)
MITKPYTHONHELPER_EXPORT fs::path GetLibraryPath()
MITKPYTHONHELPER_EXPORT fs::path GetExecutablePath()
MITKPYTHONHELPER_EXPORT bool ActivateVirtualEnv(const std::string &name)
MITKPYTHONHELPER_EXPORT fs::path GetVirtualEnvBasePath()
MITKPYTHONHELPER_EXPORT fs::path CreateVirtualEnv(const std::string &name)
MITKPYTHONHELPER_EXPORT bool VirtualEnvExists(const std::string &name)
MITKPYTHONHELPER_EXPORT fs::path GetHomePath()