MCPcopy Create free account
hub / github.com/NatLabRockies/SAM / CheckPythonPackage

Method CheckPythonPackage

src/main.cpp:2731–2737  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2729}
2730
2731bool SamApp::CheckPythonPackage(const std::string& pip_name){
2732 if (CheckPythonInstalled(pythonConfig)){
2733 if (CheckPythonPackageInstalled(pip_name, pythonConfig))
2734 return true;
2735 }
2736 return false;
2737}
2738
2739void SamApp::InstallPython() {
2740 if (pythonConfig.pythonVersion.empty() && pythonConfig.minicondaVersion.empty())

Callers

nothing calls this directly

Calls 2

CheckPythonInstalledFunction · 0.85

Tested by

no test coverage detected