linuxdeploy-plugin-conda icon indicating copy to clipboard operation
linuxdeploy-plugin-conda copied to clipboard

Python plugin for linuxdeploy. Sets up miniconda in an AppDir and installs user specified packages.

Results 20 linuxdeploy-plugin-conda issues
Sort by recently updated
recently updated
newest added

CC @TheAssassin https://www.anaconda.com/blog/is-conda-free As written above, Anaconda, Miniconda, and the `main`/`anaconda` channels are not free for commercial organizations with over 200 or more people. However, almost all other channels including...

Previously the script I wrote worked: https://github.com/nshiell/database-dossier/blob/master/tools/app-image-create.sh I ran it today and saw: ``` [conda/stderr] ==> WARNING: A newer version of conda exists.

This removes some of the wrong paths pointing to the build location of the AppImage by using a different shebang and some environment variables. Fixes #12, Fixes #25 and Fixes...

In some scenarios the conda plugin has to be installed before the linuxdeploy process (not as a linuxdeploy plugin), e.g. when a Python environment is needed to build the application....

Automatically set and use `$VERSION`. * If the main application comes from Conda, use that version * If the main application comes from PyPI (pip), use that version * If...

``` #! /bin/bash sudo apt -y install git export VERSION=$(wget -q "https://api.github.com/repos/trufont/trufont/commits?sha=master" -O - | grep sha | head -n 1 | cut -d '"' -f 4 | head -c...

Using [this script](https://github.com/linuxdeploy/linuxdeploy-plugin-conda/issues/11#issuecomment-450842936), and then deleting the original `AppDir`, I get when I try to run the AppImage: ``` me@host:~$ ./squashfs-root/AppRun # Without existing WINEPREFIX overlay bash: ./squashfs-root/AppRun: /home/me/AppDir/usr/conda/bin/python: bad...

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...

Repeated runs fail with `[conda/stderr] mkdir: cannot create directory ‘_temp_home’: File exists `. How do you develop this interactively (trial and error during development of an AppImage)? Similar, ``` Running...

enhancement
idea
low priority