query
On this page

makePythonPath

pkgs.python3Packages.makePythonPath

Docs pulled from | This Revision | 9 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);