From ced573bd20be6da1db181517e73b6475be1555d5 Mon Sep 17 00:00:00 2001 From: qo-op Date: Tue, 20 Jul 2021 20:04:25 +0200 Subject: [PATCH] sudo ln -f -s /usr/bin/python3 /usr/bin/python --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 9f5a4d1..9d70435 100755 --- a/install.sh +++ b/install.sh @@ -36,7 +36,7 @@ if [[ "$USER" == "pi" ]]; then ## PROPOSE QR_CODE PRINTER fi # python3 -m pip install -U silkaj ## python -> python3 link -ln -f -s /usr/bin/python3 /usr/bin/python +sudo ln -f -s /usr/bin/python3 /usr/bin/python ## GIVE ACCESS TO www-data group sudo usermod -aG www-data $USER