Module standalone_distribution

Source
Expand description

Functionality for standalone Python distributions.

Structs§

PythonPaths
StandaloneDistribution
Represents a standalone Python distribution.

Enums§

StandaloneDistributionLinkMode
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.