use of multiple versions of python

David Robinow drobinow at gmail.com
Thu Mar 11 13:14:01 EST 2010


On Thu, Mar 11, 2010 at 12:40 AM, Bujji <sivaits4u at gmail.com> wrote:
> hi all,
> I have installed python 2.6 in addition to python 2.5 in my system
> Now for some modules(while installing ) it needs to use python 2.6
> how can i do that
> in case of easy_install what should i do to it to use python 2.6
 You should have an easy_install-2.5 and easy_install-2.6.  One of
them will be linked to easy_install, depending on how you did the
install. Just use the one you need.



More information about the Python-list mailing list