I’m trying to install lxml. I’ve had a look at the website, and version 2.2.8 looked reasonable to me but when I did easy_install lxml, it installed version 2.3.beta1 which is not really what I want I presume.
What is the best way to fix this and how can I force easy_install to install a particular version?
(Mac os x 10.6)
I believe the way to specify a version would be like this:
I (and most other Python users I suspect) stopped using
easy_installand started usingpipsome time ago, so a solution in those terms is:(
piphas several benefits, including anuninstallcommand)