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: 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: <60ea2800-2715-4cf7-91d8-973953b479bd@googlegroups.com> <62195113-ed2f-42c9-beb3-80cd1f3546f5@googlegroups.com> From: Zachary Ware 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" Content-Type: text/plain; charset=UTF-8 Cc: Conrad Taylor X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: 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 On Wed, Jul 2, 2014 at 9:52 PM, Conrad Taylor 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