You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this project builds Python AppImages from the PyPa/manylinux Docker images. Python 2.6 is not part of the manylinux images. Thus, it cannot be added as so.
A workaround might be to build a new Docker image on top of manylinux1 containing Python2.6. Then python-appimage should be able to generate a Python2.6 appimage from this modified Docker image.
If you can provide me with this modified Docker image I would be glad to add / update python-appimage accordingly with Python 2.6.
Note that python2.6 would be installed to /opt/python in the Docker image, as other distributions. Then building the AppImage would work out of the box. I might be too optimistic though :P
Please, add also Python 2.6.
The text was updated successfully, but these errors were encountered: