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:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-type; q=dns; s=default; b=rRkT9RC 52rYoVmOKSZRs/X2bKfjnXQameFhhmxiJjbKDK5nNoqOJtUtG0HR6g8UOkzdT3Cy qVrSwCxuhm7a/XN3bXECtS2K6CdJ8KtWmjTCpwSGwhCNlB1EJqKaQyRMHoSPUv1i OXhDG59YtPqZsJZTknc6/77j3AjqXt13F/5Q= 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:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-type; s=default; bh=+l1skTlSYunLc EXQfJC3XkRuU9Q=; b=QbYpo3NSICI65qDeFJTCVEqLZ0AN+u4YYwjL08m6TsG6r jloiqiEnnESDlS6c9z6oGfOcxXyzZlMfgJazZ2Jy9KnLwTcwa24YxEUVFDC0uEJ1 smeVuPQ7Uf0Bn48updSNSzolE3BDAHQ8m4hiXn8XlK6/kG72yh6jtn0nKxHzoY= 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-Spam-SWARE-Status: No, score=0.5 required=5.0 tests=AWL,BAYES_20,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,KAM_NUMSUBJECT,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.2 spammy=routing, answered, H*i:CACeUDRWm6, H*f:CACeUDRWm6 X-HELO: mail-it1-f171.google.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=ftxp6Xp+KUI2kMrQ+86akd42GgKd6mHnu6/RLmE9gcE=; b=UipJ6dCSeBu1DQwqVGesUsrJ3/XSXLdcTaMl2pevvLPnqUx+D2vkJHFYVnHNig/tLw acGzV9b5tCHovNX4wR4GEPUWJmd5gIPqyWIYJUVsYYNyB1I80m8pl5XE4u6f8YH8xBZB kqL0G/cfKq0oyH8EjGBOagFmUx/cOFhkSPucKNvIGX85vVeQ7aksPhTf0QmLE/K6NWHD MVReBHo8XVlQE02jIcHkaIQQYPHaXtl5M0Wb6XWREnmUVcHlGZYgYRQ8nuQWFB402zzA 8hezr/Y++5Xghg1KiLbnJNmhPOG8qNbP8OI5Uw7zmpoZMlChFOnyIOnrsxe0V60PYzW0 YXfg== MIME-Version: 1.0 In-Reply-To: References: From: Lee Date: Wed, 31 Oct 2018 17:06:33 -0400 Message-ID: Subject: Re: Python 3.7.1 To: cygwin AT cygwin DOT com Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes On 10/31/18, Noah Andrew wrote: > Hi All, > Sorry if this has been answered somewhere already - I checked the > FAQ/StackExchange/Quora and didn't find anything, so coming to the mailing > list as a last resort. I was wondering if it's possible to install the > latest version of python for Cygwin - all I can find right now is 3.6.4. I > can't find it in the library, but is it possible to still use the new > version somehow? Maybe routing it to a different python installation or > somehow installing from command line? Get the source code and 'make && make install' https://docs.python.org/3/using/unix.html#building-python I don't know what or if anything else in cygwin depends on python. If the latest version is not quite compatible with the cygwin supplied version it'd probably be best to install to a non-standard location so they don't conflict .. and make it easier to throw away when cygwin comes out with that or a later version. Regards, Lee -- 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