I’m developing an app and creating an AppImage using linuxdeployqt.
My app uses an embedded Python interpreter, which to work properly needs to have PYTHONHOME set in the environment, relative pointing to a path packaged within the AppImage itself.
I was wondering if there’s any way of doing that.