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


Groups > comp.lang.python > #66453

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

Path csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!newsfeed.xs4all.nl!newsfeed4a.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <python-python-list@m.gmane.org>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.003
X-Spam-Evidence '*H*': 0.99; '*S*': 0.00; 'assignment': 0.07; 'problem:': 0.07; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'reinstall': 0.09; 'python': 0.11; '2.7': 0.14; 'windows': 0.15; '(it': 0.16; '>to': 0.16; 'message-id:@4ax.com': 0.16; 'mine.': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'subject:python': 0.16; 'fix': 0.17; 'app': 0.19; 'thu,': 0.19; 'feb': 0.22; 'settings': 0.22; 'install': 0.23; 'installation': 0.23; 'this?': 0.23; 'url:home': 0.24; 'header:X -Complaints-To:1': 0.27; 'installed': 0.27; '+0100,': 0.31; 'apparently': 0.31; 'fine,': 0.31; '(e.g.': 0.33; 'older': 0.33; 'third': 0.33; 'subject:the': 0.34; "can't": 0.35; 'there': 0.35; 'to:addr:python-list': 0.38; 'files': 0.38; 'anything': 0.39; 'subject:" ': 0.39; 'delete': 0.39; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'remove': 0.60; 'simply': 0.61; 'first': 0.61; 'today': 0.64; '>from': 0.68; 'installer': 0.84; 'nagy': 0.84; 'x64': 0.84; 'received:108': 0.93
X-Injected-Via-Gmane http://gmane.org/
To python-list@python.org
From Dennis Lee Bieber <wlfraed@ix.netcom.com>
Subject Re: Install python 2 and 3 in the "wrong" order
Date Sat, 15 Feb 2014 11:13:21 -0500
Organization IISS Elusive Unicorn
References <52FCB228.5040301@shopzeus.com>
Mime-Version 1.0
Content-Type text/plain; charset=ISO-8859-1
Content-Transfer-Encoding 8bit
X-Gmane-NNTP-Posting-Host adsl-108-79-222-63.dsl.klmzmi.sbcglobal.net
X-Newsreader Forte Agent 6.00/32.1186
X-No-Archive YES
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.7006.1392480811.18130.python-list@python.org> (permalink)
Lines 27
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1392480811 news.xs4all.nl 2905 [2001:888:2000:d::a6]:36982
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:66453

Show key headers only | View raw


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/

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


Thread

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

csiph-web