Answers for "How to switch to Python 3 in terminal Linux"

2

set python 3 as default ubuntu

sudo update-alternatives --config python
Posted by: Guest on December-20-2020
0

transition from python 2 to 3 terminal

alias python="python3"
Posted by: Guest on August-21-2020

Code answers related to "How to switch to Python 3 in terminal Linux"

Python Answers by Framework

Browse Popular Code Answers by Language