Path: csiph.com!au2pb.net!feeder.erje.net!1.eu.feeder.erje.net!bcyclone03.am1.xlned.com!bcyclone03.am1.xlned.com!newsfeed.xs4all.nl!newsfeed7.news.xs4all.nl!nzpost1.xs4all.net!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; 'python3': 0.05; 'cc:addr :python-list': 0.09; 'subject:Help': 0.10; 'things.': 0.15; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'silly': 0.16; 'wrote:': 0.16; '2015': 0.20; 'cc:2**0': 0.20; 'cc:addr:python.org': 0.20; 'preferred': 0.20; 'lawrence': 0.22; 'sep': 0.22; 'sorry,': 0.22; 'header:In-Reply-To:1': 0.24; 'script': 0.25; "doesn't": 0.26; 'command': 0.26; 'fri,': 0.27; 'right.': 0.27; 'message-id:@mail.gmail.com': 0.27; 'specify': 0.27; 'bad.': 0.29; 'windows,': 0.29; 'certainly': 0.30; "i'd": 0.31; 'guess': 0.31; 'received:google.com': 0.35; 'exist': 0.35; 'pm,': 0.36; 'subject:: ': 0.37; 'doing': 0.38; 'version': 0.38; 'mark': 0.40; 'your': 0.60; 'subject:Need': 0.61; 'making': 0.62; 'subject:. ': 0.67; 'day': 0.67; 'led': 0.72; 'chrisa': 0.84; 'to:none': 0.91 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type; bh=ZHnqBkxbU0ucXjHmzqDPQYbxqYW8WHpb69yQ8N53vqQ=; b=wGJ4YsoBx1IEWQH+4PL9CPQeSNy+YLogtGzg2jrbOMpae2jmgl1r3Mgl4RUaALnE7z fCybs3kf0m8BkIn+F7Ya4R4Ly1fJ3HzA/l98q200NuDL15bky4PIQGD08VzAZD7ZTycw z7YwxQJRzyk7Afa/HhG7JR2ug0Pcs1wC+mrW0LJ5x+LXVtqoSdd18Hhq0DM8kieXgtCQ KtMkzOUx8eVKn24/yHG30H3TLNNlUaA0s2kKrtmgWZ6Bryu11J33TIW1G7ASQb7Rhb0q zatrsB0jzf03Bia1r/tiBIEcvMjs9VvtPSBsGbTxOb3iqBk68ZU0yWwXsj+Qieot9Akt +eng== MIME-Version: 1.0 X-Received: by 10.107.41.142 with SMTP id p136mr2631272iop.19.1441337564170; Thu, 03 Sep 2015 20:32:44 -0700 (PDT) In-Reply-To: References: <3b82cc84-d51b-4b62-bf84-47a06c585bc3@googlegroups.com> Date: Fri, 4 Sep 2015 13:32:44 +1000 Subject: Re: Need Help w. PIP! From: Chris Angelico Cc: "python-list@python.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ Precedence: list 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: 11 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1441337573 news.xs4all.nl 23763 [2001:888:2000:d::a6]:48120 X-Complaints-To: abuse@xs4all.nl X-Received-Bytes: 3825 X-Received-Body-CRC: 595393577 Xref: csiph.com comp.lang.python:96005 On Fri, Sep 4, 2015 at 1:27 PM, Mark Lawrence wrote: > python3 just doesn't exist on Windows, it's always python.exe or > pythonw.exe. Not that I'd recommend using them in this day and age, py.exe > or pyw.exe and specify your version via the command line or a shebang line > in your script is certainly my preferred way of doing things. Ohh. My bad. Sorry, Steve, I led you astray! Silly Windows, making it hard for people to just guess and be right. :) ChrisA