linuxdeploy-plugin-python
linuxdeploy-plugin-python copied to clipboard
Bundle Python into an AppDir using a source distribution and linuxdeploy
I am trying to create an AppImage with linuxdeploy and the linuxdeply-plugin-python like so (simplified): `linuxdeploy-x86_64.AppImage --appdir ./AppDir --plugin python --output appimage` I've downloaded the linuxdeploy-plugin-python from [here](https://github.com/niess/linuxdeploy-plugin-python/releases/download/continuous/linuxdeploy-plugin-python-x86_64.AppImage). The compilation...
Thanks for making this, it looks very useful. Would you be able to give a concrete real-world example, e.g., on how to package https://github.com/probonopd/ptouch-770 as an AppImage using it?
Hi! Is there a way to avoid this behavior: ``` ./xonsh.AppImage export PIP_TARGET='/path/to/pip' pip install xxh-xxh head -n1 /path/to/pip/bin/xxh #!/tmp/.mount_xonshenfUjo/usr/python/bin/python ``` Here is static path instead of `#!/usr/bin/env python3`. After...
Hi! To make `xonsh.AppImage` more independent I suggest: 1. Set environment variables which make python and pip works from AppImage: ``` # it will be great if '~/.pip-appimage' would be...
I've made simple fix in #9 to avoid errors. But it requires more carefully support.