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