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

Matt Billenstein matt at vazor.com
Sat Jan 19 16:45:20 EST 2019


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
matt at vazor.com

> On Jan 19, 2019, at 6:48 AM, Alexander Merkulov <arheops at 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 at python.org
> https://mail.python.org/mailman/listinfo/pypy-dev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pypy-dev/attachments/20190119/f351ff4f/attachment.html>


More information about the pypy-dev mailing list