Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #56534
| From | Terry Reedy <tjreedy@udel.edu> |
|---|---|
| Subject | Re: Can anyone help on conflicts between Python 2.5 and 2.7 |
| Date | 2013-10-09 23:32 -0400 |
| References | <mailman.908.1381355287.18130.python-list@python.org> <52560373$0$29984$c3e8da3$5496439d@news.astraweb.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.916.1381375942.18130.python-list@python.org> (permalink) |
On 10/9/2013 9:31 PM, Steven D'Aprano wrote: > I'm not a Windows guru, so I might be off-mark here (I'm sure somebody > will correct me) but as I understand it, the "default Python" under > Windows is the one that was installed most recently. It is an option in the installer. > So, assuming you have Python2.5 installed in Python25 and Python 2.7 in > Python27, I would expect that you also have the actual executables in: > > C:\Program Files\python25.exe > C:\Program Files\python27.exe The installers actually tried to put them in C:/python25/python.exe, etc, but lets you choose an install directory other than /. Beyond that, I don't know what going on either. -- Terry Jan Reedy
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Can anyone help on conflicts between Python 2.5 and 2.7 Errol Anderson <errol.anderson@gradient.com> - 2013-10-09 21:47 +0000
Re: Can anyone help on conflicts between Python 2.5 and 2.7 Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-10-10 01:31 +0000
Re: Can anyone help on conflicts between Python 2.5 and 2.7 Terry Reedy <tjreedy@udel.edu> - 2013-10-09 23:32 -0400
Re: Can anyone help on conflicts between Python 2.5 and 2.7 Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-10-10 06:04 +0100
csiph-web