makePythonPath
pkgs.python3Packages.makePythonPath
Docs pulled from | This Revision | 30 days ago
providing Python modules.
Noogle detected
Implementation
The following is the current implementation of this function.
makePythonPath = drvs: lib.makeSearchPath python.sitePackages (requiredPythonModules drvs);