How to set Python 3 as default interpreter in Linux
Open terminal and write "alias python=python3" and hit enter. You are done!
alias python=python3
Now check your default interpreter version by simply run "python -V" command in the terminal.
python -V
Open terminal and write "alias python=python3" and hit enter. You are done!
alias python=python3
Now check your default interpreter version by simply run "python -V" command in the terminal.
python -V