Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #86418 > unrolled thread
| Started by | Tim Golden <mail@timgolden.me.uk> |
|---|---|
| First post | 2015-02-25 16:49 +0000 |
| Last post | 2015-02-25 16:49 +0000 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: Python Silent Install Tim Golden <mail@timgolden.me.uk> - 2015-02-25 16:49 +0000
| From | Tim Golden <mail@timgolden.me.uk> |
|---|---|
| Date | 2015-02-25 16:49 +0000 |
| Subject | Re: Python Silent Install |
| Message-ID | <mailman.19199.1424882947.18130.python-list@python.org> |
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 top | Article view | comp.lang.python
csiph-web