Answers for "python select interpreter linux"

1

how to select python 3 interpreter in linux

How to set Python 3 as default interpreter in Linux. 
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.
Posted by: Guest on June-08-2020

Code answers related to "python select interpreter linux"

Python Answers by Framework

Browse Popular Code Answers by Language