Understand your Mac and iPhone more deeply by tracing the evolution of Mac OS X from prelease to Swift. John Siracusa delivers the details.
You've got two main options:
(still a work-in-progress)
| # Setup HomeBrew: https://brew.sh/ | |
| brew install openblas | |
| pip download --no-binary :all: --no-deps numpy | |
| unzip numpy-1.18.2.zip # (you may have newer version) | |
| cd numpy-1.18.2 | |
| cat > site.cfg <<EOF | |
| [openblas] | |
| libraries = openblas | |
| library_dirs = $(brew --prefix openblas)/lib |