fgg blog

: Modules

python_module

# Layout of Python installations

All paths in the table are relative to the installation root:

FilesWindowsLinux and macOSNotes
Interpreterpython.exebin/python3.x
Standard libraryLib and DLLslib/python3.xExtension modules are located under DLLs on Windows. Fedora places the standard library under lib64 instead of lib.
Third-party packagesLib\site-packageslib/python3.x/site-packagesDebian and Ubuntu put packages in dist-packages. Fedora places extension modules under lib64 instead of lib.
Entry-point scriptsaScriptsbin