How to run Python Linux commands in PyPy ?
I have been using PyPy from 1.6. Now PyPy 2.0beta1 is out. Most of python libraries which don’t have c extensions as dependencies work(exceptions are present).
E.g: requests, fabric, gunicorn
Install PyPy2.0beta1 Grab 32 or 64 bit pypy2.0 beta1. If you are using ubuntu grab libc2.5.
bzip2 pypy-2.0-beta1-linux64-libc2.15.tar.bz2
tar -xvf pypy-2.0-beta1-linux64-libc2.15.tar
curl -O http://python-distribute.org/distribute_setup.py
curl -O https://raw.github.com/pypa/pip/master/contrib/get-pip.py
./pypy-2.0-beta1/bin/pypy distribute_setup.
[Read More]