Just a tip, you can call a particular python using "python2.4" or "python2.5". Calling your python "python" will use the default system python bin.
So, you can do something like "python2.4 ez_setup.py" will install easy_install in your python2.4... Have a nice end of day ;-) BASTIEN Gauthier Service Informatique - Administration Communale de Sambreville 071/260.247 http://www.sambreville.be >-----Message d'origine----- >De : [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED] De la part de afewtips.com >Envoyé : mercredi 13 août 2008 13:28 >À : [email protected] >Objet : [Setup] Using Python 2.4 & 2.5 on the same system > > >Hi, >I tried to install a ZopeSkel and start developing with a >buildout, but I couldn't ZopeSkel. > >My question is whether I can use Python 2.5 as the default Python? >I am using Ubuntu 8.04 and it has both 2.4 & 2.5 installed, >but 2.5 is the linked install. > >Does a tutorial for setting up an enviornment with both pythons exist? > >It seemed that when I installed the easy_setup it installed >into the 2.5 site-packages, and wouldn't install ZopeSkel. >I'm thinking it's a compatibility problem. > >Thanks > >-- >View this message in context: >http://n2.nabble.com/Using-Python-2.4---2.5-on-the-same-system- >tp721725p721725.html >Sent from the Installation, Setup, Upgrades mailing list >archive at Nabble.com. > > >_______________________________________________ >Setup mailing list >[email protected] >http://lists.plone.org/mailman/listinfo/setup > _______________________________________________ Setup mailing list [email protected] http://lists.plone.org/mailman/listinfo/setup
