Update AppImageBuilder.yml

AppImage needs to ignore local Python packages to avoid  incompatible versions.
This commit is contained in:
2026-04-23 16:58:22 +00:00
parent d88e492950
commit 10ee9fd527
+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: