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


Groups > comp.lang.python > #95788

Re: pip

References <55E421A5.8060904@inhand.com.cn>
Date 2015-08-31 11:59 +0200
Subject Re: pip
From Chris Warrick <kwpolska@gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.14.1441015177.23514.python-list@python.org> (permalink)

Show all headers | View raw


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 comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: pip Chris Warrick <kwpolska@gmail.com> - 2015-08-31 11:59 +0200

csiph-web