From 67f93c3acd227765ab51e4aa577e564b55b30be4 Mon Sep 17 00:00:00 2001 From: Rmys Date: Sun, 15 Mar 2020 20:08:38 +0300 Subject: [PATCH] python3 --- desktop/mate/python-caja/actions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop/mate/python-caja/actions.py b/desktop/mate/python-caja/actions.py index afd7298202..ecd15b160c 100644 --- a/desktop/mate/python-caja/actions.py +++ b/desktop/mate/python-caja/actions.py @@ -10,7 +10,7 @@ from pisi.actionsapi import shelltools from pisi.actionsapi import get def setup(): - shelltools.export("PYTHON","python3.8") + shelltools.export("PYTHON","/usr/bin/python3") autotools.configure("--prefix=/usr \ --disable-scrollkeeper \ --disable-schemas-install")