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

Method ActivateVirtualEnv

Modules/PythonHelper/src/mitkPythonHelper.cpp:427–430  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

425}
426
427bool mitk::PythonHelper::ActivateVirtualEnv(const std::string& name)
428{
429 return ActivateVirtualEnv(GetVirtualEnvPath(name));
430}
431
432bool mitk::PythonHelper::ActivateVirtualEnv(const fs::path& path)
433{

Callers

nothing calls this directly

Calls 2

ActivateVirtualEnvFunction · 0.85
emptyMethod · 0.45

Tested by

no test coverage detected