Skip to content

Releases: qznc/portable_python

v0.4.1

20 Nov 13:07

Choose a tag to compare

Fix: file copying now works "cross device"

Installer

19 Nov 21:19

Choose a tag to compare

This now allows to duplicate the Python installation and installing more packages in one command like this:

output/bin/python -m ppd_instantiate foo requirements.txt
``

Launcher

06 Nov 13:08

Choose a tag to compare

Switch to a launcher approach because that enables dlopen(3) use.

Statically-linked

06 Nov 06:46

Choose a tag to compare

Turns out is is necessary to link Python statically, so we cannot just extract it from Alpine but have to build it from source. Special care is necessary to keep dlopen(3) working.

Alpine extract

05 Nov 12:20

Choose a tag to compare

Well, it works.