Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!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; 'subject:Python': 0.06; 'lawrence': 0.09; 'python': 0.11; '(assuming': 0.16; 'devs': 0.16; 'from:addr:timgolden.me.uk': 0.16; 'from:name:tim golden': 0.16; 'golden': 0.16; 'incomplete': 0.16; 'message-id:@timgolden.me.uk': 0.16; 'received:74.55.86': 0.16; 'received:74.55.86.74': 0.16; 'received:smtp.webfaction.com': 0.16; 'received:webfaction.com': 0.16; 'setuptools.': 0.16; 'tjg': 0.16; 'wrote:': 0.18; 'bit': 0.19; '>>>': 0.22; 'install': 0.23; 'header:User-Agent:1': 0.23; 'received:192.168.100': 0.24; "haven't": 0.24; 'header:In-Reply- To:1': 0.27; 'tim': 0.29; 'disabled': 0.31; 'there.': 0.32; 'core': 0.34; 'but': 0.35; 'there': 0.35; 'installing': 0.36; 'should': 0.36; 'being': 0.38; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'event.': 0.60; 'course': 0.61; 'first': 0.61; 'from:addr:mail': 0.83; 'characters,': 0.84; 'messed': 0.84 Date: Wed, 25 Feb 2015 16:49:03 +0000 From: Tim Golden User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.0 MIME-Version: 1.0 To: python-list@python.org Subject: Re: Python Silent Install References: <1424819114.89841.YahooMailMobile@web163806.mail.gq1.yahoo.com> <54ED872A.7050801@timgolden.me.uk> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 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: 25 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1424882947 news.xs4all.nl 2856 [2001:888:2000:d::a6]:33798 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:86418 On 25/02/2015 16:40, Mark Lawrence wrote: > On 25/02/2015 08:26, Tim Golden wrote: >> [... re installing with ensurepip disabled ...] >> >> On 24/02/2015 23:05, Albert-Jan Roskam wrote: >>> Personally I find that Python is incomplete without pip and setuptools. >> >> Of course; that's why the ensurepip was added to the installers. But >> there are other ways of installing pip after the event. Including >> simply: py -3 -m ensurepip >> >> TJG >> > > 18 characters, why do the core devs have to make everything so verbose? :) > Well of course I was being a bit wordy there. This should be enough: py -mensurepip (assuming that this is your first install and/or that you haven't messed around with your py-loader config). TJG