sysconfig — Provide access to Python’s configuration information — Python 3.14.7 documentation

docs.python.org

Tin mới

sys.monitoring — Execution event monitoring

builtins — Built-in objects

Python Module Index

3.14.7 Documentation

The Python Standard Library

Python Runtime Services

Installation paths¶

Python uses an installation scheme that differs depending on the platform and on the installation options. These schemes are stored in sysconfig under unique identifiers based on the value returned by os.name. The scheme

Python virtual environments

posix_venv: scheme for Python virtual environments on POSIX platforms; by default it is the same as posix_prefix.