Search
 
SCRIPT & CODE EXAMPLE
 

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.
Comment

PREVIOUS NEXT
Code Example
Python :: radio button pyqt 
Python :: python list to string without brackets 
Python :: python decimal to string 
Python :: int to list python 
Python :: check if string is empty python 
Python :: plotly heatmap with label 
Python :: mutable and immutable in python 
Python :: make linked list in python 
Python :: playsound error 
Python :: power level in google colab 
Python :: convert pandas dataframe/ table to python dictionary 
Python :: sqlite3 delete row python 
Python :: matplotlib logarithmic scale 
Python :: python iterate backwards through list 
Python :: true positive true negative manually 
Python :: replace all missing value with mean pandas 
Python :: replace value in df 
Python :: pandas inplace 
Python :: python Program to check if a given year is leap year 
Python :: selenium webdriver manager python 
Python :: how to use a string variable as a variable name in python 
Python :: int to string python 
Python :: shutil move file 
Python :: reverse an array python 
Python :: python check if all caps 
Python :: python tkinter change color of main window 
Python :: python array to string 
Python :: python exit for loop 
Python :: check if number is between two numbers python 
Python :: python nth prime function 
ADD CONTENT
Topic
Content
Source link
Name
2+3 =