11#include <OpenMS/config.h>
38 static bool canRun(std::string& python_executable, std::string& error_msg);
51 static bool isPackageInstalled(
const std::string& python_executable,
const std::string& package_name);
62 static std::string
getVersion(
const std::string& python_executable);
Detect Python and retrieve information.
Definition PythonInfo.h:25
static bool isPackageInstalled(const std::string &python_executable, const std::string &package_name)
Determine if the Python given in python_executable has the package package_name already installed.
static bool canRun(std::string &python_executable, std::string &error_msg)
Determine if Python is installed and executable.
static std::string getVersion(const std::string &python_executable)
Determine the version of Python given in python_executable by calling '–version'.
Main OpenMS namespace.
Definition openswathalgo/include/OpenMS/OPENSWATHALGO/DATAACCESS/ISpectrumAccess.h:19