Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #66174
| Date | 2014-02-13 12:23 +0000 |
|---|---|
| From | Tim Golden <mail@timgolden.me.uk> |
| Subject | Re: Install python 2 and 3 in the "wrong" order |
| References | <52FCB228.5040301@shopzeus.com> <52FCB389.3070402@timgolden.me.uk> <52FCB4AC.3010608@shopzeus.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.6838.1392294207.18130.python-list@python.org> (permalink) |
On 13/02/2014 12:03, Nagy László Zsolt wrote: > >> From a cmd window: >> >> ftype python.file="C:\Windows\py.exe" "%1" %* >> >> ftype python.noconfile="C:\Windows\pyw.exe" "%1" %* >> >> TJG > Thank you. It worked. Although I must note that it only works if you > start the cmd.exe as administrator (under Windows 7). > > Is it the only thing that was possibly overwritten by the python 2 > installer? Probably: things like .dlls are Python-2 specific. And the registry entries are per-version as well. TJG
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: Install python 2 and 3 in the "wrong" order Tim Golden <mail@timgolden.me.uk> - 2014-02-13 12:23 +0000
csiph-web