Python Silent Install

Tim Golden mail at timgolden.me.uk
Wed Feb 25 11:49:03 EST 2015


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



More information about the Python-list mailing list