Installing Python eggs under PyPy
问题 How do I install Python egg under PyPy? During installation, PyPy created /usr/lib64/pypy-1.5/site-packages/ directory. So, I tried using easy_install with prefix set to this directory, however it complains that this is not a valid directory for eggs. Do I just copy eggs from /usr/lib/python2.7/site-packages , or is it as easy as using easy_install (with some changes in configuration, perhaps)? My working environment is Fedora 15 Beta, Python 2.7.1 ( /usr/bin/python ), PyPy 1.5.0-alpha0 with