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


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

Install python 2 and 3 in the "wrong" order

Started byNagy László Zsolt <gandalf@shopzeus.com>
First post2014-02-13 12:53 +0100
Last post2014-02-13 12:53 +0100
Articles 1 — 1 participant

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


Contents

  Install python 2 and 3 in the "wrong" order Nagy László Zsolt <gandalf@shopzeus.com> - 2014-02-13 12:53 +0100

#66168 — Install python 2 and 3 in the "wrong" order

FromNagy László Zsolt <gandalf@shopzeus.com>
Date2014-02-13 12:53 +0100
SubjectInstall python 2 and 3 in the "wrong" order
Message-ID<mailman.6833.1392292396.18130.python-list@python.org>
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...)

Thanks

    Laszlo

[toc] | [standalone]


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


csiph-web