[Distutils] easy_install with python 2.4 and 2.5 installed
Phillip J. Eby
pje at telecommunity.com
Sat Jan 24 05:07:07 CET 2009
At 05:50 PM 1/23/2009, fred basset wrote:
>Hi All,
>
>My Fedora machine has python 2.5 installed, but I needed to install
>Python 2.4 on it for TurboGears. TurboGears needs some extra
>libraries such as pytz, sqlalchem.
>How can I use easy_install to install those libraries for python 2.4
>only? Easy_install is already setup on my machine for python 2.5
python2.4 -m easy_install
or:
easy_install-2.4
More information about the Distutils-SIG
mailing list