How would you install python modules/packages so that my script can be run with pypy3 instead of Python3? ImportError: No module named – Debian
I have Python3.8 built from source on my Debian 10 Xfce desktop (binaries are not available in Debian repositories). That said, whenever I can, I run my python scripts with pypy3, which I do for the sake of performance. Now,…