| 425 | } |
| 426 | |
| 427 | bool mitk::PythonHelper::ActivateVirtualEnv(const std::string& name) |
| 428 | { |
| 429 | return ActivateVirtualEnv(GetVirtualEnvPath(name)); |
| 430 | } |
| 431 | |
| 432 | bool mitk::PythonHelper::ActivateVirtualEnv(const fs::path& path) |
| 433 | { |
nothing calls this directly
no test coverage detected