query
On this page

makePythonPath

pkgs.python3Packages.makePythonPath

Docs pulled from | This Revision | 12 minutes ago


Nixpkgs manual

providing Python modules.

Noogle detected

Implementation

The following is the current implementation of this function.

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