Answers for "change python path to python3 .8 ubuntu"

1

update python 3.10 ubuntu

sudo apt install python3.10
Posted by: Guest on November-15-2021
0

set python3.7 as default ubuntu

sudo update-alternatives --install /usr/bin/python python /usr/bin/python3.7 1
Posted by: Guest on July-06-2021

Code answers related to "change python path to python3 .8 ubuntu"

Python Answers by Framework

Browse Popular Code Answers by Language