There no file by path to custom distribute pip setup:
http://python-distribute.org/distribute_setup.py
That recommeded for installation.
Setuptools prints the next error on linux debian:
$ pypy ez_setup.py
'import site' failed
AttributeError: 'module' object has no attribute 'openssl_md_meth_names'
$ pypy get-pip.py
'import site' failed
AttributeError: 'module' object has no attribute 'openssl_md_meth_names'
How to handle it?
I want to install the third party python packages for pypy, for example:
$ pypy pip install pymorphy2
In windows this command works fine:
$ pypy ez_setup.py