Install Python On Mac Catalina

(This is a reminder to myself, and maybe a help for someone else who might be in the same situation as me. The purpose was to be able to lint documentation I’m trying to update for the pip project work.)

Install Python with NumPy, SciPy and Matplotlib on macOS Big Sur (Intel version) Posted on October 4, 2016 by Paul. Updated 15 June 2021. In this article, I will show you how to install Python with NumPy, SciPy and Matplotlib on macOS Big Sur. I assume you are on an Intel based Mac. For most Unix systems, you must download and compile the source code. The same source code archive can also be used to build the Windows and Mac versions, and is the starting point for ports to all other platforms. Download the latest Python 3 and Python 2 source. After installing Anaconda to its default location with Mojave, I've found that the upgrade to Catalina moves the 'anaconda3' folder to your Desktop Relocated Items Security anaconda3. It seems Catalina's security settings may not allow applications to install directly under the user directory anymore. The Python SpeedSheet: It is an interactive cheat sheet that brings the answer to you. It is a really simple idea but it worked so well that it has become an indispensable tool for me any time I'm coding. Type in what you are looking for in the search bar and the speed sheet will display the answer. Installing Telnet on MacOS by Building Telnet from Source. This was the method I used. There are some prerequisite steps though, if you don’t already have them you’ll need to install the MacOS command line tools. Step 1: Installing the command line tools. Open a terminal and enter the following line, you’ll then be shown a pop up prompt.

This applies to installing “the latest” Python on Mac OS X 10.15.6.

I’ve used this helpful How-TO. Everything worked until the very end where brew couldn’t create a necessary directory:

(no idea why!)

I reran install python and got:

Solution (hack?)

PythonInstall python on mac catalina operating system

The solution was to create the /usr/local/Framworks directory manually:

Then change the owner and group to mirror other directories (bernard:admin)

Install Python 2.7 Mac Catalina

And finally run the brew link command from above:

Install Python On Mac Catalina Free

Install Python On Mac Catalina

And then I could start what I wanted to actually do. 🙂