readerple.blogg.se

Brew install python
Brew install python





We start by opening up a terminal and installing it: brew install add the PATH to your system. Thus, installing Python 3.7 should be the right way. Using Python 3.9 leads to problems with most of the applications. If not, follow up with their instructions. Make sure that your system is up-to-date and you have got Homebrew installed. Therefore, I decided to make a step-by-step tutorial to show and fix all upcoming issues. But during the setup on a clean macOS Big Sur system, I faced some problems. Thus, installing Python with some popular packages like numpy, pandas or matplotlib suits me best. I know that environment systems are a better solution, but I often want to execute some lines of Python code without the work overhead of setting up a virtual system. I really like the idea of the Homebrew package manager and wanted to go this way.

brew install python

If you plan to develop Python on your macOS machine, there are several ways to set it up: Install it directly, use a package manager like Homebrew, use a container or environment system like pipenv or docker and many more.







Brew install python