|
|
|
|
|
by xen0
963 days ago
|
|
The equivalent to static linking in Python would be bundling all code into an archive (including transitive dependencies), along with an interpreter. Some shell script can be used to unpack and run. It's possible, just not the norm. |
|