https://www.pypy.org/download_advanced.html#building-from-source
It is recommended to use PyPy to do translations, instead of using CPython, because it is twice as fast. You should just start by downloading an official release of PyPy (with the JIT). If you really have to use CPython then note that we are talking about CPython 2.7 here, not CPython 3.x. (Older versions like 2.6 are out.)
프리빌드된 pypy로 빌드하는것을 추천하고 있으니 pypy바이너리 파일을 받은 다음 빌드하는 것도 하나의 방법일듯 정 cpython을 써야하면 2.7버전을 쓰라고 나와있음
It is recommended to use PyPy to do translations, instead of using CPython, because it is twice as fast. You should just start by downloading an official release of PyPy (with the JIT). If you really have to use CPython then note that we are talking about CPython 2.7 here, not CPython 3.x. (Older versions like 2.6 are out.)
프리빌드된 pypy로 빌드하는것을 추천하고 있으니 pypy바이너리 파일을 받은 다음 빌드하는 것도 하나의 방법일듯 정 cpython을 써야하면 2.7버전을 쓰라고 나와있음