From 10fa0418e8f6efbd81ff95e2e51f340199eda868 Mon Sep 17 00:00:00 2001 From: Rmys Date: Sun, 15 Mar 2020 20:06:34 +0300 Subject: [PATCH] python3 --- desktop/mate/pluma/actions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop/mate/pluma/actions.py b/desktop/mate/pluma/actions.py index ee29a2b842..ba9c0f2a00 100644 --- a/desktop/mate/pluma/actions.py +++ b/desktop/mate/pluma/actions.py @@ -11,7 +11,7 @@ from pisi.actionsapi import shelltools from pisi.actionsapi import get def setup(): - shelltools.export("PYTHON", "python3") + shelltools.export("PYTHON", "/usr/bin/python3") autotools.configure("--prefix=/usr \ --libexecdir=/usr/lib/pluma \ --disable-schemas-compile \