Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.mixmin.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.024 X-Spam-Evidence: '*H*': 0.95; '*S*': 0.00; 'subject:Python': 0.05; 'subject:Windows': 0.09; 'subject:Why': 0.09; 'cc:addr:python- list': 0.10; 'benjamin': 0.16; 'from:name:mark hammond': 0.16; 'reply-to:addr:mhammond': 0.16; 'reply-to:addr:skippinet.com.au': 0.16; 'subject:3.3': 0.16; 'subject:folder': 0.16; 'wrote:': 0.17; '(in': 0.18; 'cc:2**0': 0.23; 'idea': 0.24; 'testing': 0.24; 'cc:addr:python.org': 0.25; 'header:In-Reply-To:1': 0.25; 'header :User-Agent:1': 0.26; 'am,': 0.27; 'version': 0.34; 'received:google.com': 0.34; 'path': 0.35; 'received:192.168.0': 0.35; 'received:209.85.220': 0.35; 'subject:?': 0.35; 'received:209.85': 0.35; 'message-id:@gmail.com': 0.36; 'received:209': 0.37; 'subject:: ': 0.38; 'mark': 0.38; 'received:192': 0.39; 'received:192.168': 0.40; 'header:Received:5': 0.40; 'header:Reply-To:1': 0.68; 'reply-to:no real name:2**0': 0.72; 'oscar': 0.84; 'subject:being': 0.84; 'do:': 0.91; 'to:none': 0.93 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:reply-to:user-agent:mime-version:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=CgX1JN92Wcn2xlZITCkys/45KotoVTpOv1zSFfJrdEY=; b=ildErjbyYbhTeQQr3m0qrW3KPvVTWFSZLCtHkKObqpfQK438yWrg4QHsKSOQJTMumq PVVOPYVR2LKdeTF96pAa6PpBDEaLkZiNFALGkmlCo4bU4TAjY68PS0tv8t6ImgMuf+KB Ut4tpt9DnCuu5wDanXrRCUkEUnaY3SQxXvlPJLulPBIWrq+XNlXkC2sW4WDAfP7gRxeL meoxvlg2C3Te7Of83aGenB6cwEUHvl48eF9ksdaocSfDgb6Lh1lFdwrDkcQzwE5pQTjt Z1NQfhNn4D2Qtcdu/xFF/cO8JRe6+VLpXWOkhePB2o7WuJlO0zse/IYOyAnu+EkHPFV4 lt1g== Date: Sun, 07 Oct 2012 13:33:38 +1100 From: Mark Hammond User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/17.0 Thunderbird/17.0a2 MIME-Version: 1.0 CC: Python Subject: Re: Why is pylaucher in Python 3.3 being installed in Windows folder? References: <6aa17d70-b4a4-44e4-aef3-46596768979f@c20g2000vbz.googlegroups.com> <506ceea1$0$29978$c3e8da3$5496439d@news.astraweb.com> <61a80e13-ddeb-4d7e-9da3-1e7377f65a67@h16g2000vby.googlegroups.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: mhammond@skippinet.com.au List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 19 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1349577225 news.xs4all.nl 6943 [2001:888:2000:d::a6]:37128 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:30904 On 5/10/2012 2:40 AM, Oscar Benjamin wrote: > Having them on PATH means that you can do: > > > py script.py > > and the effect will be analogous to (in a unix shell): > > $ ./script.py > > Of course the idea with the launcher is that you just do > > > script.py Unless you want a specific version - particularly for testing - eg: % py -3.2 script.py Mark