
How to make pypy work on macOS Big Sur
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...
Jan 17, 20216 min read327