Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #12122

Re: upgrade python

From Terry Reedy <tjreedy@udel.edu>
Subject Re: upgrade python
Date 2011-08-23 19:18 -0400
References <1314137382.45507.YahooMailClassic@web120116.mail.ne1.yahoo.com>
Newsgroups comp.lang.python
Message-ID <mailman.370.1314141578.27778.python-list@python.org> (permalink)

Show all headers | View raw


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

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: upgrade python Terry Reedy <tjreedy@udel.edu> - 2011-08-23 19:18 -0400

csiph-web