Path: csiph.com!news.mixmin.net!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.011 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; "'python": 0.07; 'cc:addr :python-list': 0.09; 'subject:Help': 0.10; 'variables': 0.15; '"python': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 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; 'fri,': 0.27; 'message-id:@mail.gmail.com': 0.27; 'invoke': 0.29; 'received:google.com': 0.35; 'subject:: ': 0.37; 'does': 0.39; 'build': 0.40; 'subject:Need': 0.61; 'subject:. ': 0.67; 'prompt': 0.79; '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=d2adI4PBRGOHnA1kcM2UYrL2gPzRaTJ0lk3Yp1IGdZg=; b=dDUkOuvNH58DfAK08BOsTTbizhYiClMESVexhgAG8rDAZL67Lkfcw22bg1Sj6RvLFO meFo/1Hkh/x74rnpDEs/ZEtzFApemiUQpmyJzJuQ1awoRIruypQc66TK7ydbnfgrvzSo Cwp/8hIuSLc9IZ1IePKkHmuM2/ZQZ7hGisdUF7UP56/qpPHYcACNZYXNfWsNxEppzg5b gdCnTda4s1MnItpwpd+uval6iyeBMWQUA92fofBLLcGKMdf3d3dN8YqjQrWimHlXO69j j/9N5YlyzfzihFxub6WzFjj1K6zjXoK6+FXWlAgLBT5jLkbTUgAOCJFXYsU7XQkAbgwt +NMA== MIME-Version: 1.0 X-Received: by 10.50.114.100 with SMTP id jf4mr2303793igb.94.1441331732947; Thu, 03 Sep 2015 18:55:32 -0700 (PDT) In-Reply-To: <3b82cc84-d51b-4b62-bf84-47a06c585bc3@googlegroups.com> References: <3b82cc84-d51b-4b62-bf84-47a06c585bc3@googlegroups.com> Date: Fri, 4 Sep 2015 11:55:32 +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: 8 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1441331741 news.xs4all.nl 23843 [2001:888:2000:d::a6]:51991 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:95987 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