Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

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.
Source by medium.com #
 
PREVIOUS NEXT
Tagged: #select #python #interpreter #linux
ADD COMMENT
Topic
Name
8+8 =