Statically linked Python interpreter
by Konstantin Nazarov
October 7, 2023
https://knazarov.com/posts/statically_linked_python_interpreter/
Notes |
---|
static linking |
Python |
Go, Rust, C |
CLI |
static-python https://git.sr.ht/~knazarov/static-python |
official documentation is outdated https://wiki.python.org/moin/BuildStatically |
Python Wiki |
musl |
Alpine Linux |
sqlite |
ncurses |
bzip2 |
shared object |
WASM (WebAssembly) |
dlopen() |
NixOS |
pex https://docs.pex-tool.org/ |
virtualenv https://virtualenv.pypa.io/en/latest/ |
pyinstaller https://pyinstaller.org/en/stable/ |
cross compiler |