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


Groups > comp.lang.python > #66453 > unrolled thread

Re: Install python 2 and 3 in the "wrong" order

Started byDennis Lee Bieber <wlfraed@ix.netcom.com>
First post2014-02-15 11:13 -0500
Last post2014-02-15 11:13 -0500
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: Install python 2 and 3 in the "wrong" order Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2014-02-15 11:13 -0500

#66453 — Re: Install python 2 and 3 in the "wrong" order

FromDennis Lee Bieber <wlfraed@ix.netcom.com>
Date2014-02-15 11:13 -0500
SubjectRe: Install python 2 and 3 in the "wrong" order
Message-ID<mailman.7006.1392480811.18130.python-list@python.org>
On Thu, 13 Feb 2014 12:53:12 +0100, Nagy László Zsolt
<gandalf@shopzeus.com> declaimed the following:

>I have Python 3.3 installed on my Windows 7 x64 box. Today I had to 
>install Python 2.7 for an older app of mine.
>
>Here is my problem: although "#!/usr/bin/env python3" is given in the 
>file and "py -3" program works fine, apparently the installation of 
>python 2 simply has overwritten my settings (e.g. assignment *.py files 
>to py.exe).
>
>Question: is there a way to fix this? Or do I have to reinstall Python 3 
>from scratch? (It would be a pity, I have tons of third party modules 
>installed for it...)
>
	And why would reinstalling P3 /overtop/ of the original install
directory do anything to those 3rd party modules? So far as I know, a
windows installer typically won't delete files that weren't part of it in
the first place (and many uninstallers will complain that they can't remove
directories because there are unknown files in them).


	
-- 
	Wulfraed                 Dennis Lee Bieber         AF6VN
    wlfraed@ix.netcom.com    HTTP://wlfraed.home.netcom.com/

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web