Path: csiph.com!au2pb.net!feeder.erje.net!1.eu.feeder.erje.net!bcyclone02.am1.xlned.com!bcyclone02.am1.xlned.com!newsfeed.xs4all.nl!newsfeed8.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; 'from:addr:yahoo.co.uk': 0.05; "'python": 0.07; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'subject:Help': 0.10; 'variables': 0.15; '"python': 0.16; 'executables': 0.16; 'pip?': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'subfolder': 0.16; 'wrote:': 0.16; 'steve': 0.18; 'language': 0.19; 'windows': 0.20; '2015': 0.20; 'lawrence': 0.22; 'sep': 0.22; 'am,': 0.23; 'tried': 0.24; 'header:In-Reply-To:1': 0.24; 'header:User-Agent:1': 0.26; 'command': 0.26; 'header:X -Complaints-To:1': 0.26; 'chris': 0.26; 'fri,': 0.27; 'invoke': 0.29; 'language.': 0.32; 'windows.': 0.33; 'there': 0.36; 'to:addr :python-list': 0.36; 'subject:: ': 0.37; 'received:org': 0.37; "won't": 0.38; 'does': 0.39; 'build': 0.40; 'to:addr:python.org': 0.40; 'mark': 0.40; 'subject:Need': 0.61; 'charset:windows-1252': 0.62; 'our': 0.64; 'subject:. ': 0.67; 'prompt': 0.79; 'chrisa': 0.84; 'pip': 0.84; 'pythonistas,': 0.84 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Mark Lawrence Subject: Re: Need Help w. PIP! Date: Fri, 4 Sep 2015 04:04:21 +0100 References: <3b82cc84-d51b-4b62-bf84-47a06c585bc3@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: 195.147.66.69 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 In-Reply-To: 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: 21 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1441335883 news.xs4all.nl 23843 [2001:888:2000:d::a6]:57473 X-Complaints-To: abuse@xs4all.nl X-Received-Bytes: 3742 X-Received-Body-CRC: 1181665534 Xref: csiph.com comp.lang.python:95998 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. -- My fellow Pythonistas, ask not what our language can do for you, ask what you can do for our language. Mark Lawrence