Search
 
SCRIPT & CODE EXAMPLE
 

PYTHON

terminal python version

# in python
$ python --version

# in python3
$ python3 --version
Comment

how to check python version on terminal

python3 --version	# This is to check the python 3 version on mac terminal
Comment

PREVIOUS NEXT
Code Example
Python :: how to split and keep delimiter at the same line in python 
Python :: index to datetime pandas 
Python :: python readlines without n 
Python :: verify django has been installed 
Python :: python regex replace all non alphanumeric characters 
Python :: long to_bytes python how to use it 
Python :: ERROR: Failed building wheel for Pillow 
Python :: python sort a list of tuples 
Python :: how to get ip address of pc using python 
Python :: how to execute python script in another script 
Python :: pytorch check gpu 
Python :: download python on wsl 
Python :: add conda env to jupyter 
Python :: finding duplicate characters in a string python 
Python :: django create empty migration 
Python :: how to add button in tkinter 
Python :: python generate dates between two dates 
Python :: python all possible combinations of multiple lists 
Python :: python install pandas for linux 
Python :: array of 1 to 100 python 
Python :: pandas reset row indices 
Python :: remove first row of dataframe 
Python :: pandas insert column in the beginning 
Python :: python code region 
Python :: tensorflow load h5 model 
Python :: import sklearn linear regression 
Python :: how to read docx file in python 
Python :: read file line by line into list 
Python :: virtual environment mac 
Python :: save model pickle 
ADD CONTENT
Topic
Content
Source link
Name
5+1 =