<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: upgrading from python2.3.5 to python 2.4.2 in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/upgrading-from-python2-3-5-to-python-2-4-2/m-p/3707695#M21244</link>
    <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;You have installed a new version of python instead of updating the existing one.&lt;BR /&gt;&lt;BR /&gt;Usually for the installer to update you can use a U parameter on the command line instead of i.&lt;BR /&gt;&lt;BR /&gt;If you want to end up with one version of python now, you may wish to remove the 2.4 and install 2.4 as an update.&lt;BR /&gt;&lt;BR /&gt;Or you can remove 2.4 and rename the the binary.&lt;BR /&gt;&lt;BR /&gt;I recommend the earlier course of action since some applications might not like the second option.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Thu, 12 Jan 2006 08:24:31 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2006-01-12T08:24:31Z</dc:date>
    <item>
      <title>upgrading from python2.3.5 to python 2.4.2</title>
      <link>https://community.hpe.com/t5/operating-system-linux/upgrading-from-python2-3-5-to-python-2-4-2/m-p/3707694#M21243</link>
      <description>I have a french flavor of debian (live CD kaella, basically a french knoppix) installed on disk. It comes with python 2.3.5 . As I wanted Python 2.4.2, I modified my /etc/apt/sources.lis, replaced stable by testing, then apt-get install python2.4 . So now, when I type &lt;BR /&gt;# python, I have python v 2.3.5&lt;BR /&gt;and when I type &lt;BR /&gt;# python2.4, I have python 2.4.2&lt;BR /&gt;&lt;BR /&gt;I do not want to keep python 2.3.5, and I would like that python -&amp;gt; launches python 2.4.2.&lt;BR /&gt;&lt;BR /&gt;This must be quite easy, but not for me :-)&lt;BR /&gt;&lt;BR /&gt;Thanks for any hint</description>
      <pubDate>Thu, 12 Jan 2006 06:47:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/upgrading-from-python2-3-5-to-python-2-4-2/m-p/3707694#M21243</guid>
      <dc:creator>labadie_1</dc:creator>
      <dc:date>2006-01-12T06:47:04Z</dc:date>
    </item>
    <item>
      <title>Re: upgrading from python2.3.5 to python 2.4.2</title>
      <link>https://community.hpe.com/t5/operating-system-linux/upgrading-from-python2-3-5-to-python-2-4-2/m-p/3707695#M21244</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;You have installed a new version of python instead of updating the existing one.&lt;BR /&gt;&lt;BR /&gt;Usually for the installer to update you can use a U parameter on the command line instead of i.&lt;BR /&gt;&lt;BR /&gt;If you want to end up with one version of python now, you may wish to remove the 2.4 and install 2.4 as an update.&lt;BR /&gt;&lt;BR /&gt;Or you can remove 2.4 and rename the the binary.&lt;BR /&gt;&lt;BR /&gt;I recommend the earlier course of action since some applications might not like the second option.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 12 Jan 2006 08:24:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/upgrading-from-python2-3-5-to-python-2-4-2/m-p/3707695#M21244</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-01-12T08:24:31Z</dc:date>
    </item>
    <item>
      <title>Re: upgrading from python2.3.5 to python 2.4.2</title>
      <link>https://community.hpe.com/t5/operating-system-linux/upgrading-from-python2-3-5-to-python-2-4-2/m-p/3707696#M21245</link>
      <description>previously on another PC with a similar config, I downloaded Python 2.4.2, did ./configure, make, su, make install, and I had python in /usr/local/bin/python, and python launched 2.3.5, and python2.4 launched 2.4.2. I thought apt-get install was the recommended way to install a package for a Debian. Do you mean I should have done rpm -U ... ?&lt;BR /&gt;&lt;BR /&gt;thanks for your time.</description>
      <pubDate>Thu, 12 Jan 2006 08:41:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/upgrading-from-python2-3-5-to-python-2-4-2/m-p/3707696#M21245</guid>
      <dc:creator>labadie_1</dc:creator>
      <dc:date>2006-01-12T08:41:50Z</dc:date>
    </item>
    <item>
      <title>Re: upgrading from python2.3.5 to python 2.4.2</title>
      <link>https://community.hpe.com/t5/operating-system-linux/upgrading-from-python2-3-5-to-python-2-4-2/m-p/3707697#M21246</link>
      <description>on debian you can have multiple version of a software installed and then you can select which it should use when you call it with a general name like 'python'.&lt;BR /&gt;&lt;BR /&gt;this can be controlled using the 'update-alternatives' command.&lt;BR /&gt;&lt;BR /&gt;update-alternatives --config python&lt;BR /&gt;&lt;BR /&gt;a * will show you what your current default is. select python 2.4 and exit. the next time you start python it will use 2.4</description>
      <pubDate>Fri, 13 Jan 2006 03:12:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/upgrading-from-python2-3-5-to-python-2-4-2/m-p/3707697#M21246</guid>
      <dc:creator>dirk dierickx</dc:creator>
      <dc:date>2006-01-13T03:12:11Z</dc:date>
    </item>
    <item>
      <title>Re: upgrading from python2.3.5 to python 2.4.2</title>
      <link>https://community.hpe.com/t5/operating-system-linux/upgrading-from-python2-3-5-to-python-2-4-2/m-p/3707698#M21247</link>
      <description>Thanks Dirk, this sounds like exactly what I want. I will try and let you know.</description>
      <pubDate>Fri, 13 Jan 2006 03:18:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/upgrading-from-python2-3-5-to-python-2-4-2/m-p/3707698#M21247</guid>
      <dc:creator>labadie_1</dc:creator>
      <dc:date>2006-01-13T03:18:08Z</dc:date>
    </item>
  </channel>
</rss>

