From 1711d9a9e563e82b7ccedc981a7968c579b061cb Mon Sep 17 00:00:00 2001 From: gryf Date: Tue, 19 Jan 2021 12:05:11 +0100 Subject: [PATCH] Update python alternative to 3.8 on ubuntu 20.04 --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index 6f1914f..702dfaf 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -185,7 +185,7 @@ ubuntu() { ;; '20.04') sudo update-alternatives \ - --install /usr/bin/python python /usr/bin/python3.6 10 + --install /usr/bin/python python /usr/bin/python3.8 10 sudo update-alternatives \ --install /usr/bin/pip pip /usr/bin/pip3 10 # 5.