1.3. pypy - fast alternative implementation of Python - PyPy interpret...
http://pypy.org/ 1.3.1.Ubuntu 环境安装 $ apt-cache search pypy | grep pypy pypy - fast alternative implementation of Python - PyPy interpreter pypy-dev - header files for PyPy (an alternative Python interpreter) pypy-doc - developer Documentation for PyPy (an alternative Python interpreter) pypy-lib - standard library for PyPy (an alternative Python interpreter) python-pypy.translator.sandbox - sandboxed PyPy interpreter $ sudo apt-get install pypy 1.3.2.CentOS 环境安装 # yum install pypy 原文出处:Netkiller...