AVAkash Vacherinakashvacher.com·Jan 17, 2021 · 6 min readHow to make pypy work on macOS Big SurRecently, 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...00