I'm trying to easy_install
a Python 2.5 package, but I've also got Python 3.1 installed, so I get a syntax error:
except pkg_resources.VersionConflict, e:
^
SyntaxError: invalid syntax
How do I tell easy_install
I want it to install (ReviewBoard, in this case) with Python 2.5?