1
0
mirror of https://github.com/gryf/vmstrap.git synced 2025-12-18 20:10:28 +01: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

View File

@@ -185,7 +185,7 @@ ubuntu() {
;; ;;
'20.04') '20.04')
sudo update-alternatives \ 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 \ sudo update-alternatives \
--install /usr/bin/pip pip /usr/bin/pip3 10 --install /usr/bin/pip pip /usr/bin/pip3 10
# 5. # 5.