From 2347cada9e2b1984742f70148f4a78559138fff6 Mon Sep 17 00:00:00 2001 From: sp Date: Mon, 10 Jul 2023 14:16:24 +0200 Subject: [PATCH] update python version --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index de5166d..de2fc09 100644 --- a/install.sh +++ b/install.sh @@ -1,7 +1,7 @@ #!/bin/bash # aptitude dependencies -sudo apt install python3.8-venv python3-tk +sudo apt install python3.10-venv python3-tk python3 -m pip install --user virtualenv python3 -m venv env