![]() |
OGS
|
|
Functions | |
| std::vector< std::filesystem::path > | findAlternativeSitePackagesPaths (std::filesystem::path const &venv_path) |
| std::filesystem::path | findSitePackagesPath (std::filesystem::path const &venv_path, int const emb_major, int const emb_minor) |
| Finds site-packages path in the virtual environment. | |
| std::vector< std::filesystem::path > ApplicationsLib::anonymous_namespace{ogs_embedded_python.cpp}::findAlternativeSitePackagesPaths | ( | std::filesystem::path const & | venv_path | ) |
Definition at line 120 of file ogs_embedded_python.cpp.
References findAlternativeSitePackagesPaths().
Referenced by findAlternativeSitePackagesPaths(), and findSitePackagesPath().
| std::filesystem::path ApplicationsLib::anonymous_namespace{ogs_embedded_python.cpp}::findSitePackagesPath | ( | std::filesystem::path const & | venv_path, |
| int const | emb_major, | ||
| int const | emb_minor ) |
Finds site-packages path in the virtual environment.
Definition at line 158 of file ogs_embedded_python.cpp.
References findAlternativeSitePackagesPaths(), findSitePackagesPath(), OGS_FATAL, and WARN().
Referenced by findSitePackagesPath().