Site icon installvirtual

Install latest Python on Mac OS X

In this tutorial, I will show you how to install the latest Python on Mac. Python 3.8.0 is the newest major release of the Python programming language, and it contains many new features and optimizations.

Read Also: How to install Python 3.8.0 on Mac using pyenv

1. Download Python 3.8

First of all download the Python 3.8 package by clicking following link

https://www.python.org/ftp/python/3.8.0/python-3.8.0-macosx10.9.pkg

2. Install Python 3.8 on Mac

Now let’s install it by double-clicking on the downloaded pkg file.

Follow the instructions.

and it installed successfully.

 

3. Check the Python Version

Now after installation lets check the python version with the following command.

$ python3 --version
Python 3.8.0

Python 3.8.0 is installed successfully.

Please let me know how you like the tutorial.

 

Exit mobile version