I now have a working version of python3. Here's the steps in case anyone else has problems.
Install Xcode (make sure to open and accept license)
Install CLT from https://developer.apple.com/download/more/?=command%20line%20tools (otherwise software not found error with $ xcode-select --install)
Install Homebrew
brew install python (adds 3.9)
add '/usr/local/opt/python@3.9/libexec/bin' to $PATH
fix openblas with:
$ export LDFLAGS="-L/usr/local/opt/openblas/lib"
and
$ export CPPFLAGS="-I/usr/local/opt/openblas/include"
7. use pip3 to install packages
I'm still interested in a non-Homebrew solution if such a thing is available. Never found one . . .
Topic:
App & System Services
SubTopic:
Core OS
Tags: