Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

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
Shell :: check ssl certificate linux 
Shell :: Install Redis GUI on Ubuntu 20.04 
Shell :: install cyberpanel centos 7 
Shell :: how to create an alias 
Shell :: copy remote ssh key mac 
Shell :: no shell command in vs code 
Shell :: docker.credentials.errors.StoreError: Credentials store docker-credential-desktop.exe exited with "" 
Shell :: git remove local branch 
Shell :: Download and install minikube 
Shell :: conda install dvc 
Shell :: how to create a username along with home directory in linux 
Shell :: delete branch 
Shell :: du folder size 
Shell :: dbeaver see real password 
Shell :: vite command 
Shell :: install ros 
Shell :: link to folder ubuntu 
Shell :: gitignore files that are already tracked 
Shell :: astro with tailwind setup 
Shell :: linux set environment 
Shell :: git diff between branches file 
Shell :: video editor for ubuntu 21.10 
Shell :: change user:dir to linux dir/file 
Shell :: ssh current directory 
Shell :: view all of your git settings 
Shell :: delete all mail terminal 
Shell :: remove icon from desktop ubuntu 
Shell :: git clone with different folder name 
Shell :: if file not exists 
Shell :: what is bin/bash 
ADD CONTENT
Topic
Content
Source link
Name
6+7 =