easy_install: virtualenv or hard maintenance

Posted on May 26, 2008 by john.
Categories: Python, business.

At Except we have over a dozen computers running Ubuntu being used as developer workstations. Most of our developers work in Python, so often there is a real need to install cutting-edge software, and too often the instructions go something like

$ sudo easy_install <package>

and down that road lies madness. (more…)