I installed PyPy while still having Python 2.7 on my system.
- How do I install and then use
easy_installwith PyPy? - What is the syntax for distinguishing where I want to install to with
easy_install? - Should I set any environment variables for ease of use?
I’m on Windows, but these questions seem relevant for all platform…
You need to install easy_install for pypy manually.
It’s explained in the answer to this question :
Installing Python eggs under PyPy