# Step 1: Check the interpreter file path in Terminal as below type -a python3 # it will outputs information […]
Tag: mac
How to install Python3 on Mac
# Step 1: install brew /bin/bash -c “$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)” # Step 2: install python by brew brew install python […]