Expand description
Functionality for standalone Python distributions.
Structs§
- Python
Paths - Standalone
Distribution - Represents a standalone Python distribution.
Enums§
- Standalone
Distribution Link Mode - Describes how libpython is linked in a standalone distribution.
Statics§
- BROKEN_
EXTENSIONS_ LINUX - Distribution extensions with known problems on Linux.
- BROKEN_
EXTENSIONS_ MACOS - Distribution extensions with known problems on macOS.
- NO_
BYTECODE_ MODULES - Python modules that we shouldn’t generate bytecode for by default.
Functions§
- invoke_
python - python_
exe_ path - Resolve the path to a
python
executable in a Python distribution. - resolve_
python_ paths - Resolve the location of Python modules given a base install path.