How to set Python 3 as default interpreter in Linux

MD ASHIOUZZAMAN
1 min readSep 18, 2018

--

Open terminal and write “alias python=python3” and hit enter. You are done!

Now check your default interpreter version by simply run “python -V” command in the terminal.

for more details you may check my blog post : How to set python 3 as default interpreter instead of python 2 in Linux (Kali Linux, Ubuntu)

Connect with me on facebook : আশিউজ্জামান রিয়াল

--

--