Python Installation on Mac

Python is powerful language which can be used anywhere in web development, machine learning, networking, scripting, … Python Installation on Mac, Windows, or Linux is simple process.

Python Installation on Mac:
In this article, we will see how to download and install latest Python version on Mac.

1. Download latest Python version:

Open the Python official website link Download Python. It will show Download the latest version for Windows. Click on download Python. Then, it downloads .pkg file.

2. Python Install on Mac

1. Double click on python-3.8.0-macosx10.9.pkg file.

2. On introduction window click on Continue.
3. Read the information and click on Continue.

4. Read the license information and click on Agree.

5. Click on Install to start the installation.

6. Provide currently logged in user password and click on Install Software.

7. Now go to terminal and execute python3 –version as shown below.

So, we have successfully downloaded and installed Python on Mac operating system.