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


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

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

Started byNagy László Zsolt <gandalf@shopzeus.com>
First post2014-02-15 12:43 +0100
Last post2014-02-15 12:43 +0100
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 Nagy László Zsolt <gandalf@shopzeus.com> - 2014-02-15 12:43 +0100

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

FromNagy László Zsolt <gandalf@shopzeus.com>
Date2014-02-15 12:43 +0100
SubjectRe: Install python 2 and 3 in the "wrong" order
Message-ID<mailman.6996.1392471063.18130.python-list@python.org>
> Just because I have a distrust of Windows's command interpreter, what
> happens when you type:
>
> ftype python.file
>
> ? Does it echo back what you thought it had, or has %* been eaten? If
> the %* is missing, that would explain the loss of arguments.

Already tought of that:


C:\Temp>ftype python.file
python.file="C:\Windows\py.exe" "%1" %*

C:\Temp>

Something else is going on.

[toc] | [standalone]


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


csiph-web