I'm trying to install a python package using easy_install
. There are several python versions installed.
This causes the package to be installed on python2.7, whereas I want it to be installed on python2.4.
Suggestions?
Thanks
Edit:
I already have tried easy_install-2.4
. I get -bash: easy_install-2.4: command not found