Friday, September 04, 2009

python - version selection - easy_install

Finally, I found out the basic trick to use easy_install (so called Python setup tools) and to point it to the right python install.

Well : simply call the script with the right python version !

sudo python2.5 /usr/bin/easy_install -f http://files.turbogears.org/ "TurboGears==1.0.8"
easy_install -f http://files.turbogears.org/ "TurboGears==1.x.y"

Yes!

No comments: