Open
Description
If we bundle a script that uses !/usr/bin/env python
, then we end up running the system-installed Python rather the bundled one. We need some sort of a wrapper to set up $PATH
at least.
wget -c "https://raw.githubusercontent.com/TheAssassin/linuxdeploy-plugin-conda/master/linuxdeploy-plugin-conda.sh"
wget -c "https://github.com/linuxdeploy/linuxdeploy/releases/download/continuous/linuxdeploy-x86_64.AppImage"
chmod +x linuxdeploy-x86_64.AppImage linuxdeploy-plugin-conda.sh
wget -c "https://raw.githubusercontent.com/probonopd/ptouch-770/patch-1/ptouch-770.desktop"
cp /usr/share/icons/gnome/256x256/devices/printmgr.png .
rm -rf ./_temp_home AppDir/ || true
mkdir -p AppDir/usr/bin
wget -c "https://raw.githubusercontent.com/probonopd/ptouch-770/patch-1/ptouch-770-gui" -O AppDir/usr/bin/ptouch-770-gui
chmod +x AppDir/usr/bin/*
export CONDA_CHANNELS=ostrokach CONDA_PACKAGES=gtk;pil;pyusb
./linuxdeploy-x86_64.AppImage --appdir AppDir -d ptouch-770.desktop --plugin conda --output appimage -i printmgr.png
./P-touch_P700_Labels-x86_64.AppImage
Metadata
Metadata
Assignees
Labels
No labels