Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #86418

Re: Python Silent Install

Date 2015-02-25 16:49 +0000
From Tim Golden <mail@timgolden.me.uk>
Subject Re: Python Silent Install
References <1424819114.89841.YahooMailMobile@web163806.mail.gq1.yahoo.com> <54ED872A.7050801@timgolden.me.uk> <mcktua$qfp$1@ger.gmane.org>
Newsgroups comp.lang.python
Message-ID <mailman.19199.1424882947.18130.python-list@python.org> (permalink)

Show all headers | View raw


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

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: Python Silent Install Tim Golden <mail@timgolden.me.uk> - 2015-02-25 16:49 +0000

csiph-web