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

_______________________________________________
Distutils-SIG maillist  -  [email protected]
http://mail.python.org/mailman/listinfo/distutils-sig

Reply via email to