Path: csiph.com!news.swapon.de!newsfeed.fsmpi.rwth-aachen.de!newsfeed.straub-nv.de!feeds.phibee-telecom.net!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.004 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; "'python": 0.07; 'cc:addr :python-list': 0.09; 'forcing': 0.09; 'terms,': 0.09; 'typed': 0.09; 'subject:Help': 0.10; 'python': 0.10; 'thursday,': 0.13; 'variables': 0.15; '"python': 0.16; 'balls': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'happened?': 0.16; 'pip?': 0.16; 'wrote:': 0.16; 'steve': 0.18; 'windows': 0.20; '2015': 0.20; 'cc:2**0': 0.20; 'cc:addr:python.org': 0.20; '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; 'problem': 0.33; 'is?': 0.33; 'worked': 0.34; 'received:google.com': 0.35; 'something': 0.35; 'but': 0.36; 'pm,': 0.36; 'subject:: ': 0.37; 'why': 0.39; 'does': 0.39; 'build': 0.40; 'mark': 0.40; 'your': 0.60; 'subject:Need': 0.61; 'here.': 0.62; 'our': 0.64; 'subject:. ': 0.67; 'prompt': 0.79; 'chrisa': 0.84; 'lights,': 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=IJBmoYsRUN2CvmLF4wkqt1jOqwqSC1Jz6thDXBDeQzM=; b=ZmsWQmbc8InS26Wg6s/vZ/MtBOYQOR/aPHnWTqqCLQWnfivVeatbbxY3pi+cOcbYhR tFA+LgYnFJ2lplvtvLij9kxbDhGZYGjyGCvX4XEzTQclmoW4eZt2Lw3S7YHYn39Ofwn4 t7gkOWndVcD9elfngerPpR0vRRshUng2FjWkeYFNxsDWb6AZWFhGAYyx02Isz79Wtb9X r557ecDy6WtLHwB/zA1ZIWvIpUdejAXw0LOf3lqRyjzc0RUK14a9H9iTCidBmqIQBIsr VAbR9gMbT2XOPRwrRetnLb20hu6Kpx4AW4UrphEiOQFwofGIHiAmfal60+kGxZW/CJH7 cRAQ== MIME-Version: 1.0 X-Received: by 10.107.132.144 with SMTP id o16mr2637003ioi.31.1441336561031; Thu, 03 Sep 2015 20:16:01 -0700 (PDT) In-Reply-To: References: <3b82cc84-d51b-4b62-bf84-47a06c585bc3@googlegroups.com> Date: Fri, 4 Sep 2015 13:16:00 +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: 23 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1441336570 news.xs4all.nl 23724 [2001:888:2000:d::a6]:39989 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:96002 On Fri, Sep 4, 2015 at 1:07 PM, Steve Burrus wrote: > On Thursday, September 3, 2015 at 8:55:52 PM UTC-5, 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 > > Well chris when I typed in"python -m pip" it worked but nopt with "python3 > - m pip"! Why do you think that is? As Mark says, you're forcing us to use our crystal balls here. Just whether or not something "worked" is not sufficient; what happened? In XKCD 722 terms, what is the pattern of lights, and what are you expecting it to be? If I had to guess, I would suspect a problem with pathing in your Python 3 installation. ChrisA