Path: csiph.com!eternal-september.org!feeder.eternal-september.org!border1.nntp.ams1.giganews.com!border2.nntp.ams1.giganews.com!nntp.giganews.com!newsfeed.xs4all.nl!newsfeed8.news.xs4all.nl!news.tele.dk!news.tele.dk!small.news.tele.dk!newsgate.cistron.nl!newsgate.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.003 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'binary': 0.05; "'python": 0.07; 'cc:addr:python-list': 0.09; 'scripts': 0.09; 'subject:Help': 0.10; 'python': 0.10; 'variables': 0.15; '"python': 0.16; 'accessible,': 0.16; 'executables': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'pip?': 0.16; 'subfolder': 0.16; 'wrote:': 0.16; 'steve': 0.18; '>>>': 0.20; 'windows': 0.20; '2015': 0.20; 'cc:2**0': 0.20; 'cc:addr:python.org': 0.20; 'meant': 0.22; 'lawrence': 0.22; 'sep': 0.22; 'am,': 0.23; 'tried': 0.24; 'header:In-Reply-To:1': 0.24; 'command': 0.26; 'chris': 0.26; 'fri,': 0.27; 'message- id:@mail.gmail.com': 0.27; 'invoke': 0.29; 'curious': 0.33; 'windows.': 0.33; 'received:google.com': 0.35; 'but': 0.36; 'there': 0.36; "wasn't": 0.36; 'pm,': 0.36; 'subject:: ': 0.37; "won't": 0.38; 'mean': 0.38; 'sure': 0.39; 'does': 0.39; 'build': 0.40; 'mark': 0.40; 'some': 0.40; 'subject:Need': 0.61; 'subject:. ': 0.67; 'prompt': 0.79; 'chrisa': 0.84; 'pip': 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=lFUfN0eNO+ur6qEv0Gwt6r3uHci67XLcHSuq2ENgpqU=; b=JPVFPd49DwoeyCayH3WzJus4GpDsGM8ncMR9voFk9uOEH6A5h3oyvHPsY6RBQwjavi b1Zp/mgsstCBB+o4iA1iUhnci9GZq9TtckFKNS91THnoZHcdMRIBNOThGcTVjWqUBzuz 4eOa9R+5boKoxU9MUF8eREoC4pG+A7SmoGqQ+jaPVm+Vy1J3XGVcMkh2zBqmH8sBowDD G0SCf+hSOUD2P88Aj3GpYXKx4i5C5D2IQWIPGwSkwB2r9cC2POMIIBVgQlSXvsVEwwUd n5pGBvUrrrwu8Vg+HngkYRsHnO/Y7orfRkKF9cLq7Z1xiEamCPvmHO0kPT/6NPgjbrdB P7wg== MIME-Version: 1.0 X-Received: by 10.107.41.142 with SMTP id p136mr2493212iop.19.1441336110743; Thu, 03 Sep 2015 20:08:30 -0700 (PDT) In-Reply-To: References: <3b82cc84-d51b-4b62-bf84-47a06c585bc3@googlegroups.com> Date: Fri, 4 Sep 2015 13:08:30 +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: 28 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1441336119 news.xs4all.nl 23779 [2001:888:2000:d::a6]:60150 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:96000 On Fri, Sep 4, 2015 at 1:04 PM, Mark Lawrence wrote: > On 04/09/2015 02:55, Chris Angelico wrote: >> >> On Fri, Sep 4, 2015 at 11:04 AM, Steve Burrus >> wrote: >>> >>> I have tried the 'python get-pip.py' command over amnd over again in my >>> command prompt and the 'python easy-install.py" command a little less. I >>> swear I have set ALL of the env. variables correctly! My OS is Windows 10 >>> Beta Preview Build 10074. >>> >> >> What happens if you type "python -m pip" ? Or "python3 -m pip"? Does >> that invoke pip? >> >> ChrisA >> > > "python3 xyz" won't go on Windows. There are now three pip executables in > the "Scripts" subfolder under the Python3.4 installation, pip.exe, pip3.exe > and pip3.4.exe. Not sure what you mean by "won't go", but I was just curious about whether there was some pathing issue that meant that the Scripts subfolder wasn't accessible, yet the main Python binary might have been. ChrisA