Skip to content

Activating Conda Environment #32

Open
@CPUFronz

Description

@CPUFronz

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:

  1. I download and install the packages I need
  2. I copy my Python files into AppDir/
  3. I create a start script
  4. 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions