Re: Installing multiple python versions - CentOs Linux

2008-10-17 Thread Brendan
> If you install from sources, the safest path is to run > > $ sudo make altinstall (will add the version number to the executable) > > and NOT > > $ sudo make install Ah, that is perfect. Thank-you! -- http://mail.python.org/mailman/listinfo/python-list

Re: Installing multiple python versions - CentOs Linux

2008-10-17 Thread Michele Simionato
On Oct 17, 2:51 pm, "Diez B. Roggisch" <[EMAIL PROTECTED]> wrote: > Brendan schrieb: > > > The current CentOs Linux distro includes python 2.4.3. I need to > > install a more recent version but I am worried about breaking CentOs > > python dependencies. Is it safe to install python 2.6 using pup? >

Re: Installing multiple python versions - CentOs Linux

2008-10-17 Thread Diez B. Roggisch
Brendan schrieb: The current CentOs Linux distro includes python 2.4.3. I need to install a more recent version but I am worried about breaking CentOs python dependencies. Is it safe to install python 2.6 using pup? It should be, yes. Usually, Distros make sure it doesn't break anything - and

Installing multiple python versions - CentOs Linux

2008-10-17 Thread Brendan
The current CentOs Linux distro includes python 2.4.3. I need to install a more recent version but I am worried about breaking CentOs python dependencies. Is it safe to install python 2.6 using pup? -- http://mail.python.org/mailman/listinfo/python-list