Search
 
SCRIPT & CODE EXAMPLE
 

PYTHON

check python version mac

# To check python 3 version type in the terimnal:

python3 --version

# To check python 2 version just type:

python --version

# If any errors come up then that means python isn't installed on your
# system.
Comment

command to check python version in MacOS

python -version
Comment

how to check if python is installed on mac

Hi this is way simple..

Open terminal on your mac
Then type python - - version
If its give an error that means there is no python installed if it gives you the version number then python is installed..

Any by default python comes installed but the answer was just to make sure you do understand..

Good luck with learning python.. If you need any more with hacking and python let me know i have a YouTube channel just specifically for helping people getting started with hacking and. programming..
Comment

PREVIOUS NEXT
Code Example
Python :: confusion matrix 
Python :: float64 python 
Python :: run python script on remote server 
Python :: pygame bg color 
Python :: seaborn distribution plot for all columns 
Python :: __dict__ python? 
Python :: interface, abstract python? 
Python :: strptime python 
Python :: condition in python 
Python :: how to change datetime format to mmyy in dataframe 
Python :: python find index of closest value in list 
Python :: dictionary changed size during iteration 
Python :: super title python 
Python :: print binary tree python 
Python :: pyqt setfocus 
Python :: argparse positional arguments 
Python :: ip address finder script python 
Python :: python how to raise an exception 
Python :: python - caéculate the average based on the level of a second column in a df 
Python :: 16 bit floating point numpy 
Python :: python queue not empty 
Python :: python get object name 
Python :: casting in python 
Python :: exit a pygame program 
Python :: python array find lambda 
Python :: python if boolean logic 
Python :: change column values based on another column pandas 
Python :: breadth first search 
Python :: try for loop python 
Python :: # extract images from pdf file 
ADD CONTENT
Topic
Content
Source link
Name
4+3 =