Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #95788 > unrolled thread
| Started by | Chris Warrick <kwpolska@gmail.com> |
|---|---|
| First post | 2015-08-31 11:59 +0200 |
| Last post | 2015-08-31 11:59 +0200 |
| 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: pip Chris Warrick <kwpolska@gmail.com> - 2015-08-31 11:59 +0200
| From | Chris Warrick <kwpolska@gmail.com> |
|---|---|
| Date | 2015-08-31 11:59 +0200 |
| Subject | Re: pip |
| Message-ID | <mailman.14.1441015177.23514.python-list@python.org> |
On 31 August 2015 at 11:43, chenchao@inhand.com.cn <chenchao@inhand.com.cn> wrote: > hi: > Python 2.7.9 and later (on the python2 series), and Python 3.4 and later > include pip by default.But i can not find it in python2.7.10 package. What's > the matter? How can i install pip on my Embedded device? > > > -- > https://mail.python.org/mailman/listinfo/python-list The inclusion is handled by the ensurepip module. Run this: python -m ensurepip -- Chris Warrick <https://chriswarrick.com/> PGP: 5EAAEA16
Back to top | Article view | comp.lang.python
csiph-web