

If this is the case, you can select which version you want to use by specifying the version number, e.g.: 1 python3.8Īfter the above, you can invoke Python 3.9 using the python3.9 command.

You can have multiple Python 3 versions installed on your macOS machine. The official installer of Python is a pkg file that will start a GUI installer which will guide you through the installation. In this article, we are going to use the latest stable version of Python which, at the time of this writing is 3.9. Once the Command Line Tools are installed, we can install Python.Īs a side note, after you install the Command Line Tools, you will also get a slightly older Python 3 version (3.8). Open a Terminal and write: 1 xcode-select -install Please note, that you will need the Command Line Tools even if you’ve already installed Xcode. Start by installing the Command Line Tools for macOS. In this tutorial, we’ll use Python 3.9 which is the latest stable release of Python at the time of this writing. Python 3 is the future and it is supported by all major Python libraries.

MacOS Big Sur comes by default with Python 2.7 which, at this point, receives only bug fixes and is EOL since 2020. If you have an arm64 Mac, also called Apple Silicon, please check my other article.
Download numpy for mac osx how to#
In this article, I will show you how to install Python with NumPy, SciPy and Matplotlib on macOS Big Sur. Solarian Programmer My programming ramblings Home Archives Contact Privacy Install Python with NumPy, SciPy and Matplotlib on macOS Big Sur (Intel version) Posted on Octoby Paul
