Try building from source tarball, I’ve used this some time ago on arch: https://github.com/mattbillenstein/ve/blob/master/pkgs/available/pypy3.sh
M -- Matt Billenstein m...@vazor.com > On Jan 19, 2019, at 6:48 AM, Alexander Merkulov <arhe...@gmail.com> wrote: > > hi > i need pypy compatible to python3(django2.0) on centos > portable versions and ubuntu version not work, centos have only 2.7 pypy > question is how to get python3 compatible result? > > I got 2.7-compatible tree when i get source like this > > hg clone http://bitbucket.org/pypy/pypy pypy > pypy get-pip.py > /usr/lib64/pypy-5.0.1/bin/pip install virtualenv > pypy -m virtualenv /tmp/pypy27_venv/ > source /tmp/pypy27_venv/bin/activate > pip install -r pypy/requirements.txt > cd /usr/src/pypy/pypy/goal > pypy ../../rpython/bin/rpython --opt=jit > > after build copleate i get > > /tmp/usession-default-19/build/pypy-3-centos7/bin/pypy > Python 2.7.13 (0873ec79aa36, Jan 19 2019, 13:33:23) > [PyPy 6.1.0-alpha0 with GCC 4.8.5 20150623 (Red Hat 4.8.5-36)] on linux2 > > > _______________________________________________ > pypy-dev mailing list > pypy-dev@python.org > https://mail.python.org/mailman/listinfo/pypy-dev
_______________________________________________ pypy-dev mailing list pypy-dev@python.org https://mail.python.org/mailman/listinfo/pypy-dev