Path: csiph.com!x330-a1.tempe.blueboxinc.net!newsfeed.hal-mli.net!feeder3.hal-mli.net!news.shlink.de!news.iphh.net!iphh.net!news.osn.de!diablo2.news.osn.de!195.114.241.69.MISMATCH!feeder.news-service.com!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'bug': 0.02; 'received:verizon.net': 0.07; 'terry': 0.07; 'python': 0.08; 'path.': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:80.91.229.12': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'received:lo.gmane.org': 0.09; 'release.': 0.09; 'files.': 0.09; 'subject:python': 0.11; 'reedy': 0.16; 'windows?': 0.16; 'wrote:': 0.16; 'jan': 0.19; 'header:In-Reply- To:1': 0.22; 'versions': 0.23; 'pm,': 0.24; 'command': 0.24; 'idle': 0.29; 'version.': 0.29; 'fix': 0.29; 'installer': 0.30; 'version': 0.32; 'it.': 0.33; 'to:addr:python-list': 0.33; 'however,': 0.34; 'header:User-Agent:1': 0.34; 'copied': 0.34; 'directory.': 0.34; 'header:X-Complaints-To:1': 0.35; 'machine': 0.37; 'put': 0.37; 'but': 0.37; 'install': 0.37; '(not': 0.38; 'received:org': 0.38; 'should': 0.38; 'subject:: ': 0.39; 'header :Mime-Version:1': 0.39; 'recommended': 0.39; 'to:addr:python.org': 0.39; 'further': 0.64; 'irrelevant': 0.84; 'machine,': 0.84; 'reynolds': 0.84; 'window,': 0.84 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Terry Reedy Subject: Re: upgrade python Date: Tue, 23 Aug 2011 19:18:50 -0400 References: <1314137382.45507.YahooMailClassic@web120116.mail.ne1.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: pool-74-109-121-73.phlapa.fios.verizon.net User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:6.0) Gecko/20110812 Thunderbird/6.0 In-Reply-To: <1314137382.45507.YahooMailClassic@web120116.mail.ne1.yahoo.com> X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 24 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1314141578 news.xs4all.nl 23977 [2001:888:2000:d::a6]:58088 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:12122 On 8/23/2011 6:09 PM, Ronald Reynolds wrote: > What is recommended for upgrading python for windows? Do I just install > the new version I put each version in its own Pythonxy directory, as the installer wants. x.y.z bug fix releases replace the previous x.y release. > Do I edit my system path? However, I put all versions in my own 'Programs' directory (not at top-level, not in Program Files. On my old machine, I added that one directory to PATH. Then I copied Pythonxy/python to pyxy in that directory. I will do the same on my new machine when I have need. But I mostly execute from an IDLE editor window, so PATH and command prompts are mostly irrelevant for me. > Should I uninstall the old version. If and only if you are sure you have no further use for it. -- Terry Jan Reedy