1 Commits

Author SHA1 Message Date
dominik 10ee9fd527 Update AppImageBuilder.yml
AppImage needs to ignore local Python packages to avoid  incompatible versions.
2026-04-23 16:58:22 +00:00
+2
View File
@@ -85,6 +85,8 @@ AppDir:
# Path to the site-packages dir or other modules dirs
# See https://docs.python.org/3/using/cmdline.html#envvar-PYTHONPATH
PYTHONPATH: '${APPDIR}/usr/lib/python3.9/site-packages:${APPDIR}/usr'
# Force the AppImage to ignore local packages
PYTHONNOUSERSITE: 1
test:
fedora: