Comment 11 for bug 339904

Revision history for this message
Gavin Carothers (gavin.carothers) wrote :

Patching setuptools was not a great idea packagers. Given the common usages of ez_setup.py and other methods of installing setuptools.

Anyway, quick work around to get a working python2.5 virtualenv:
virtualenv --python=python2.5 py25-ve

No need for any symlink monkeying or package patching.