0

I am trying to use NGINX Unit 1.28.0 with pypy 3.7

In NGINX Unit docs there is a section regarding building from source, and I managed to build custom versions of python

./configure python --module=python3.9 --config=python3.9-config

However, I thought using pypy would be similar to this, however there is no such file pypy3-config.

Does pypy include config file and what are the required steps to use pypy with NGINX Unit?

Thanks.

Nemanja
  • 1
  • 1
  • `apt-file show pypy-dev` shows that there's no `*-config` file. `apt-file find -- '-config' | grep pypy` confirms it's not in any other package. You could file a bug to pypy. On Debian, you can use `reportbug pypy-dev`. – alx - recommends codidact Oct 11 '22 at 19:22

0 Answers0