Pypy2.7 Installation On A Debian, Ubuntu, Arch, Kali, Fedora, Raspbian And MacOS

Pypy2.7 Installation On A Debian, Ubuntu, Arch, Kali, Fedora, Raspbian And MacOS

pypy2.7

fast alternative implementation of Python – PyPy interpreter

Maintainer: Stefano Rivera



Section: python

Install pypy2.7

  • Debian apt-get install pypy Click to copy
  • Ubuntu apt-get install pypy Click to copy
  • Arch Linux pacman -S pypy Click to copy
  • Kali Linux apt-get install pypy Click to copy
  • Fedora dnf install pypy Click to copy
  • Raspbian apt-get install pypy Click to copy
  • macOS brew install pypy Click to copy

pypy

fast alternative implementation of Python - PyPy interpreter

PyPy is a fast, compliant alternative implementation of the Python language (2.7). It has several advantages and distinct features: * Speed: thanks to its Just-in-Time compiler (on x86), Python programs often run faster on PyPy. * Memory usage: large, memory-hungry Python programs might end up taking less space than they do in CPython. * Compatibility: PyPy is highly compatible with existing Python code. It supports ctypes and can run popular Python libraries like twisted and django. * Stackless: PyPy supports stackless mode on most platforms, providing micro-threads for massive concurrency. This package contains the PyPy interpreter.

To install the latest version of pypy2.7 in your favorite operating system just copy the pypy2.7 installation command from above and paste it into terminal. It will download and install the latest version of pypy2.7 2026 package in your OS.