1
0
mirror of https://github.com/gryf/vmstrap.git synced 2026-04-26 16:41:27 +02:00

Update python alternative to 3.8 on ubuntu 20.04

This commit is contained in:
2021-01-19 12:05:11 +01:00
parent d6fcd073cb
commit 1711d9a9e5
+1 -1
View File
@@ -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.