Open
Description
This one is similar to #25 and #12 but slightly different, I use the plugin to pack local files into a AppImage with Conda runtime:
- I download and install the packages I need
- I copy my Python files into
AppDir/
- I create a start script
- I run
./linuxdeploy-x86_64.AppImage
Here is the script for creating the AppImage and here the start script. It is kind of hacky.
It actually works, but only as long as I don't delete AppDir/
(line 44). It uses the "build" environment for execution, as soon as it is gone, the application doesn't work.
I guess the problem is, that Conda uses a lot of hard-coded, absolute paths. Is there a way around this? Meaning being able to activate the Conda environment when launching the AppImage?
Metadata
Metadata
Assignees
Labels
No labels