Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #73872
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder3.xlned.com!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <zachary.ware@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.039 |
| X-Spam-Evidence | '*H*': 0.92; '*S*': 0.00; 'subject:Python': 0.06; 'subject:skip:a 10': 0.09; 'sender:addr:gmail.com': 0.17; 'wrote:': 0.18; 'wed,': 0.18; 'options.': 0.19; 'cc:addr:gmail.com': 0.22; 'to:name:python-list@python.org': 0.22; 'cc:2**0': 0.24; 'header:In-Reply-To:1': 0.27; 'appear': 0.29; "doesn't": 0.30; 'message-id:@mail.gmail.com': 0.30; 'run': 0.32; 'received:google.com': 0.35; 'add': 0.35; 'installing': 0.36; 'subject:?': 0.36; 'to:addr:python-list': 0.38; 'pm,': 0.38; 'to:addr:python.org': 0.39; 'jul': 0.74; 'subject:being': 0.84 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=gJ60RFmnJl9Bc3fzk0y4qu0/8srCKpncn8qpoKgT7H0=; b=eYsczOwJJe0kgUQT3hoJMIbqwVZZeS2HOHZCTJ13NBzDFx5T0i9lk5zcCdmf42JQfI ogLQWCwrY2ob/zJwjctCFSSPB9qtZpRHK3xund4gKxfy69BP1vk1k3j+Oe4IoIvUA8r3 q70pA7PYoikGFx8eonnq22l0i6YdxnTM+KkUXQHNFA4kCM3cNyx/fUpMQq4pUp5o4fxg L9ed8gZjbvE3hzRVTQBUXDB7TFvE1mCwAcTJ/euv6cVo9En3h/YucabU7ecXr6v1P0uE ShDWKHhr5B9WTKBxEc0vsk6UkR+JsQZj1Gfe+18dKDKDYVKMMbJJHwtZWDWV2HAxkXf3 7jEg== |
| X-Received | by 10.182.199.5 with SMTP id jg5mr1614364obc.75.1404357858275; Wed, 02 Jul 2014 20:24:18 -0700 (PDT) |
| MIME-Version | 1.0 |
| Sender | zachary.ware@gmail.com |
| In-Reply-To | <62195113-ed2f-42c9-beb3-80cd1f3546f5@googlegroups.com> |
| References | <a7809952-685b-489b-a94c-63b83c971027@googlegroups.com> <60ea2800-2715-4cf7-91d8-973953b479bd@googlegroups.com> <62195113-ed2f-42c9-beb3-80cd1f3546f5@googlegroups.com> |
| From | Zachary Ware <zachary.ware+pylist@gmail.com> |
| Date | Wed, 2 Jul 2014 22:23:58 -0500 |
| X-Google-Sender-Auth | nM1LOKB0pvSR8aMQMvm9gBL1FOk |
| Subject | Re: Is pip being automatically installed for Python 3.4.0? |
| To | "python-list@python.org" <python-list@python.org> |
| Content-Type | text/plain; charset=UTF-8 |
| Cc | Conrad Taylor <conradwt@gmail.com> |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.15 |
| 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.11434.1404357867.18130.python-list@python.org> (permalink) |
| Lines | 8 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1404357867 news.xs4all.nl 2891 [2001:888:2000:d::a6]:47407 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:73872 |
Show key headers only | View raw
On Wed, Jul 2, 2014 at 9:52 PM, Conrad Taylor <conradwt@gmail.com> wrote: > This doesn't appear to be the case when installing via MacPorts. You may need to run `python3.4 -m ensurepip`. Add '--help' to learn about the available options. -- Zach
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Is pip being automatically installed for Python 3.4.0? Conrad Taylor <conradwt@gmail.com> - 2014-07-02 18:12 -0700
Re: Is pip being automatically installed for Python 3.4.0? Frank Liou <fk26541598fk@gmail.com> - 2014-07-02 18:29 -0700
Re: Is pip being automatically installed for Python 3.4.0? Conrad Taylor <conradwt@gmail.com> - 2014-07-02 19:52 -0700
Re: Is pip being automatically installed for Python 3.4.0? Zachary Ware <zachary.ware+pylist@gmail.com> - 2014-07-02 22:23 -0500
Re: Is pip being automatically installed for Python 3.4.0? Terry Reedy <tjreedy@udel.edu> - 2014-07-02 22:59 -0400
Re: Is pip being automatically installed for Python 3.4.0? Ned Deily <nad@acm.org> - 2014-07-02 21:59 -0700
Re: Is pip being automatically installed for Python 3.4.0? wxjmfauth@gmail.com - 2014-07-02 22:55 -0700
Re: Is pip being automatically installed for Python 3.4.0? Conrad Taylor <conradwt@gmail.com> - 2014-07-04 04:16 -0700
csiph-web