Use pypy5 for CentOS7 Installation

Source: Internet
Author: User

Use pypy5 for CentOS7 Installation

1. Install the system environment and pypy
Rpm-ivhhttp: // dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-6.noarch.rpm
Rpm-import/etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7

Yum-y install nginxMySQL-libs mysql-develPython-setuptools

Yum-y install pypy-libs pypy-devel

2. Install pip
Wgethttps: // bootstrap. pypa. io/ez_setup.py-O-| python
Wgethttps: // bootstrap. pypa. io/ez_setup.py-O-| pypy
Wgethttps: // response
Tar-zxcf pip-8.1.2.tar.gz
Cd pip-8.1.2
Python setup. py install
Pypy setup. py install

3. Install Python and modules:
Run pypy pythonfile. py (same as python)
Module installation: pypy-m pip install modulename
Numpy installation is slightly different:
See: http://pypy.org/download.html#installing
Up to, numpy has not supported pypy3 well:

For now, NumPyPy does not work with PyPy3 *, and is not complete. You may get warnings or NotImplemented errors. Please let us know if you get crashes or wrong results.
(From pypy's numpy project official https://bitbucket.org/pypy/numpy.git)

Appendix: For which modules can be installed normally in pypy and which modules cannot be installed, the official list is provided. Blue indicates yes, and red indicates failure.
Http://packages.pypy.org/

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.