X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:subject:from:to:date:in-reply-to :references:content-type:mime-version:content-transfer-encoding; q=dns; s=default; b=Ss7/AbgJqmi11iBECZ84Lu6Hoo65aFUcmiSm+uAhKnP GFASOsDRkjPDtieodd7VkLReQaYmpTVjha/n9uhEg625tOt/F2EwkEE8Dvy/rZ+z ps5YAmzZvmrrhohgT5+yVmbFJhpejgLqwCbrAhPjqX55Bos1BDTBNIIgt6P1q7A0 = DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:subject:from:to:date:in-reply-to :references:content-type:mime-version:content-transfer-encoding; s=default; bh=Sv6kIgL/1w/YkcdVuFgRyJVeFbw=; b=M+3CZGgTy6W6nj4nk YKhkrIEH0nNf5SZFkwxK/7iChTz4kMV+lzyCPYxTOx/biUV5h9khcXZZFH5CmHNv Q5s3qRaZHdxHsYf3nIUE7xkNm7Ahrcm3AyDCqknaxjU8VRC82Mojc0EcoL2bNQet 2QIeiiFFctoXUdSZZr/SWloi1o= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com 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 Message-ID: <1431027472.12848.65.camel@cygwin.com> Subject: Re: [ANNOUNCEMENT] Updated: python3-3.4.3-1 From: Yaakov Selkowitz To: cygwin AT cygwin DOT com Date: Thu, 07 May 2015 14:37:52 -0500 In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes 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