From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 88792 invoked by alias); 7 May 2015 19:37:50 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 88783 invoked by uid 89); 7 May 2015 19:37:49 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.2 required=5.0 tests=AWL,BAYES_50,KAM_LAZY_DOMAIN_SECURITY,SPF_HELO_PASS autolearn=no version=3.3.2 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Thu, 07 May 2015 19:37:48 +0000 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id t47JblUl006714 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Thu, 7 May 2015 15:37:47 -0400 Received: from YAAKOV04.redhat.com ([10.10.116.17]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t47Jbj6A028400 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Thu, 7 May 2015 15:37:46 -0400 Message-ID: <1431027472.12848.65.camel@cygwin.com> Subject: Re: [ANNOUNCEMENT] Updated: python3-3.4.3-1 From: Yaakov Selkowitz To: cygwin@cygwin.com Date: Thu, 07 May 2015 21:19:00 -0000 In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2015-05/txt/msg00096.txt.bz2 On Thu, 2015-05-07 at 12:43 -0600, Doug Henderson wrote: > The pip tool is not properly (re)installed. Like with any Python X.Y version bump, any code you have built yourself with 3.2 needs to be rebuilt for 3.4. > I believe pip should be installed "out of the box". > > Note that the new python 2.7.9 installation is also missing the pip > command, and can also be repaired after install by running ensurepip. This may be possible, I'll try to investigate it. > I also noticed the "py" command is not present. This command honors > the #! line to execute the requested version of python, or a > configurable default. This is not part of a standard Python installation; it is not present in Fedora either. You should use python2 or python3 as interpreters depending on which version your code is meant for. -- Yaakov -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple