How to make pypy work on macOS Big Sur
Jan 17, 2021 · 6 min read · Recently, I ran into a couple of situations where I knew that having a faster python interpreter (say, pypy) could speed up the execution for the python programs drastically. So, I fired up the terminal and typed in brew install pypy3. To my surprise...
Join discussion