Path: csiph.com!eternal-september.org!feeder.eternal-september.org!border1.nntp.ams1.giganews.com!nntp.giganews.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.005 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'from:addr:yahoo.co.uk': 0.05; 'problem?': 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; 'python': 0.10; 'thursday,': 0.13; 'variables': 0.15; '"python': 0.16; '"set': 0.16; 'cont': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'wrote:': 0.16; 'typing': 0.18; 'steve': 0.18; 'language': 0.19; 'versions': 0.20; 'windows': 0.20; '2015': 0.20; 'info.': 0.22; 'lawrence': 0.22; 'noted': 0.22; 'downloaded': 0.24; 'header:In-Reply-To:1': 0.24; 'install': 0.25; 'header:User-Agent:1': 0.26; 'command': 0.26; 'header:X -Complaints-To:1': 0.26; 'environment': 0.29; 'certainly': 0.30; 'language.': 0.32; 'getting': 0.33; 'url:python': 0.33; 'editor': 0.34; 'me?': 0.34; 'file': 0.34; 'previous': 0.34; 'path': 0.35; 'set.': 0.35; 'but': 0.36; 'should': 0.36; 'url:org': 0.36; 'to:addr:python-list': 0.36; 'subject:: ': 0.37; 'received:org': 0.37; 'someone': 0.38; 'url:en': 0.39; 'to:addr:python.org': 0.40; 'mark': 0.40; 'url:3': 0.60; 'subject:Need': 0.61; 'back': 0.62; 'charset:windows-1252': 0.62; 'more': 0.63; 'information': 0.63; 'our': 0.64; 'subject:. ': 0.67; 'prompt': 0.79; 'pip': 0.84; 'pythonistas,': 0.84; 'success!': 0.93 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 21:46:42 +0100 References: <56f811b9-aa5c-45c2-9daf-888a4b239f2f@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: <56f811b9-aa5c-45c2-9daf-888a4b239f2f@googlegroups.com> 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: 18 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1441399642 news.xs4all.nl 23768 [2001:888:2000:d::a6]:46977 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:96031 On 04/09/2015 17:04, Steve Burrus wrote: > On Thursday, September 3, 2015 at 5:20:17 PM UTC-5, Steve Burrus wrote: >> Well I hjave certainly noted more than once that pip is cont ained in Python 3.4. But I am having the most extreme problems with simply typing "pip" into my command prompt and then getting back the normal information on pip! I have repeatedly downloaded [to my Desktop] that get-pip.py file then ran it. I even downloaded that easy-install.py and ran that but to no success! I have all of the proper env. variables set. Can someone please help me? > > Well I think that this is a Win 10 "thing" befcause using previous versions of Windows all I had to do was to type in "pip" to get the pip info. but now apparently it's "python -m pip". Can someone please "set me straight" about the path I should be using if I have a "pathing" problem? > Read https://docs.python.org/3/using/windows.html#excursus-setting-environment-variables and if you can install the Rapid Environment Editor http://www.rapidee.com/en/about -- My fellow Pythonistas, ask not what our language can do for you, ask what you can do for our language. Mark Lawrence