Answers for "how to set python 3.8 as default ubunutu"

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 "how to set python 3.8 as default ubunutu"

Python Answers by Framework

Browse Popular Code Answers by Language