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:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user