[pypy-dev] how to build from source pypy-3

Alexander Merkulov arheops at gmail.com
Sat Jan 19 09:48:36 EST 2019


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pypy-dev/attachments/20190119/3d5529f5/attachment.html>


More information about the pypy-dev mailing list