Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 2.54 KB

File metadata and controls

43 lines (31 loc) · 2.54 KB

A Python plugin for linuxdeploy Build Status

This is a plugin for linuxdeploy. It helps building lightweight Python based AppImage applications by bundling a minimalist source distribution of Python inside an AppDir. Extra site specific packages can be bundled as well using pip, E.g. binaries from PyPi. Specific instructions for building and configuring the image are located on the wiki.

Ready to use AppImage distributions of Python are provided below or in the release area. A one liner example is:

wget -cq https://github.com/niess/linuxdeploy-plugin-python/releases/download/continuous/python3.8.0-x86_64.AppImage && chmod u+x python3.8.0-x86_64.AppImage && ./python3.8.0-x86_64.AppImage

which will install and run a Python instance. See the instructions on the wiki for more detailed usage.

Downloadable AppImages

Python 2.7 Python 3.7 Python 3.8 Scipy Xonsh Plugin