query
On this page

makePythonPath

pkgs.pythonPackages.makePythonPath

Docs pulled from | This Revision | 10 minutes ago


providing Python modules.


Noogle detected

Implementation

The following is the current implementation of this function.

makePythonPath = drvs: lib.makeSearchPath python.sitePackages (requiredPythonModules drvs);