💾 Archived View for tris.fyi › pydoc › sitecustomize captured on 2023-04-26 at 13:35:07. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2022-01-08)
-=-=-=-=-=-=-
This is a Nix-specific module for discovering modules built with Nix. The module recursively adds paths that are on `NIX_PYTHONPATH` to `sys.path`. In order to process possible `.pth` files `site.addsitedir` is used. The paths listed in `PYTHONPATH` are added to `sys.path` afterwards, but they will be added before the entries we add here and thus take precedence. Note the `NIX_PYTHONPATH` environment variable is unset in order to prevent leakage. Similarly, this module listens to the environment variable `NIX_PYTHONEXECUTABLE` and sets `sys.executable` to its value.
executable = None
in_venv = False
paths = None
prefix = None