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


Groups > comp.lang.python > #95788

Re: pip

Path csiph.com!eternal-september.org!feeder.eternal-september.org!border1.nntp.ams1.giganews.com!nntp.giganews.com!newsfeed.xs4all.nl!newsfeed7.news.xs4all.nl!nzpost1.xs4all.net!not-for-mail
Return-Path <kwpolska@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.020
X-Spam-Evidence '*H*': 0.96; '*S*': 0.00; 'cc:addr:python-list': 0.09; 'inclusion': 0.09; 'python': 0.10; 'hi:': 0.16; 'wrote:': 0.16; 'later': 0.16; '2015': 0.20; 'cc:2**0': 0.20; 'cc:addr:python.org': 0.20; '(on': 0.22; 'cc:no real name:2**0': 0.22; 'this:': 0.23; 'header:In-Reply-To:1': 0.24; 'install': 0.25; 'chris': 0.26; 'message-id:@mail.gmail.com': 0.27; 'module.': 0.27; 'package.': 0.27; 'handled': 0.29; 'url:mailman': 0.30; 'embedded': 0.32; 'run': 0.33; 'url:python': 0.33; 'url:listinfo': 0.34; 'received:google.com': 0.35; 'url:org': 0.36; 'subject:: ': 0.37; 'url:mail': 0.40; 'august': 0.75; '3.4': 0.84; 'pip': 0.84
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=Lmam+29hAqD3yDr/yKMZR9MCEXA+95wqf+BktSxDC9o=; b=pp3WRFACE/1yv5TDK4IBZAaFKIma7vDWGmB1wBmdWydxVEtKOXScPtypHoV2fkSQe5 e7qbhb6FXVVxaNGTAMgwH47bDkGMhWM57dFw4AcB4pZu/LqSDjNPv2J2CtdJOsleH+sP iv5wR4jB6s2Z7rESQJmgBRNb0/esJaZ3ixcc9fnjuT5fOlU0GJr3TMAHj2KH5tKnWJd0 zw3+JVtHvzVk8xU2+sUTQCs+xjnJW9Cwn4eewZFXEdUsTTkI06QAYM6cty7JV+zsNuOn C5lr46cMvW8cZz5JgB884BEkor9wgnv7IzM7OJHZPrYFhpfghkPjjN5aYahsrhZTx3F1 oApQ==
MIME-Version 1.0
X-Received by 10.52.176.195 with SMTP id ck3mr6822142vdc.78.1441015167703; Mon, 31 Aug 2015 02:59:27 -0700 (PDT)
In-Reply-To <55E421A5.8060904@inhand.com.cn>
References <55E421A5.8060904@inhand.com.cn>
Date Mon, 31 Aug 2015 11:59:27 +0200
Subject Re: pip
From Chris Warrick <kwpolska@gmail.com>
To "chenchao@inhand.com.cn" <chenchao@inhand.com.cn>
Cc python-list@python.org
Content-Type text/plain; charset=UTF-8
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.20+
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.14.1441015177.23514.python-list@python.org> (permalink)
Lines 18
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1441015177 news.xs4all.nl 23757 [2001:888:2000:d::a6]:35924
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:95788

Show key headers only | 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