delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2020/07/27/02:40:40

X-Recipient: archive-cygwin AT delorie DOT com
DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 57F6F3850416
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com;
s=default; t=1595831994;
bh=rQE0RrBC/+qDh3+ydgeaizCeNLEYzY4MosHsi8g2ptg=;
h=References:In-Reply-To:Date:Subject:To:List-Id:List-Unsubscribe:
List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc:
From;
b=djPap5B6JKl9KK6EOOWQj0PXaXNsGc9HpUaoNPdkxQGCXrm1WOQWWQNvbRq6BumMn
57KyEFyqlTdy3I7ixQrmI3ThafPMgbVCugcXHiGmrKB6U2xtP9mWCryQIwxCa2Vd/R
lmx5WD4apE/UmeFRHbXw2g/9HcqwYYwHEVLMu1u4=
X-Original-To: cygwin AT cygwin DOT com
Delivered-To: cygwin AT cygwin DOT com
DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 63FB33858D35
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=1e100.net; s=20161025;
h=x-gm-message-state:mime-version:references:in-reply-to:from:date
:message-id:subject:to:cc;
bh=T1yoWS+2F7ueFD7MPHWc1mS+a+iEx50eqB0vxZtalII=;
b=ChnrA1YWGt8VCvhTN57a858hWSFqRTTePnxZhxAYdQGAyYdNm77quYjqPBnsuY/fBk
btEMBuYl8g93jkUBO1D0cbQuNpaZ75hWZUDrYtL5RsCCZBa2OCKSxYUefCqsNHi0FWak
YpVvKPjGikT5rRcbF2sp53/F5Ii/7wmAVzoEv8bnpxJrqDPDKTC6o5OxvR63YbafgCK1
lBfTNGwrq7s/rWTfi3pHr21+VihyPoj9imfGOMjke4Z4Ttp+Z5WstYnNnhh/tZ7BYuoa
F9d0XH+kqF6/IW3JRRI8WVdTnFTqzN6Rr9EH8fERX5HPEvbsYf1Yh/bfOInRyZEQA9F4
3CbQ==
X-Gm-Message-State: AOAM530+AFCiagKJj6oGthol+j9l5BArqlreVoeQZfdNbLkHZWgonKS1
83ztigsNIIo+u0TVoH4gNUulw74pb9rDr4XvpV4=
X-Google-Smtp-Source: ABdhPJzJ/0XeMN5W4vphnA2qe2myTqxHOOQ75PpETpPaDpOuVw5w4UAHhiB3caNhwHRcZfHkIgcfbmcjKoAQW9oy+4s=
X-Received: by 2002:a9f:24d7:: with SMTP id 81mr5277191uar.68.1595831990732;
Sun, 26 Jul 2020 23:39:50 -0700 (PDT)
MIME-Version: 1.0
References: <CAK+zucnjN9FcDkW4M9AbQvEzG+9-OmAj4YhYquu-Y5w0vXyAUw AT mail DOT gmail DOT com>
<7c403043-c276-bce9-73e4-7fc67ad017fa AT gmail DOT com>
In-Reply-To: <7c403043-c276-bce9-73e4-7fc67ad017fa@gmail.com>
Date: Mon, 27 Jul 2020 14:39:08 +0800
Message-ID: <CAK+zucncG77pnfjJZh0qAc8Ne-qY3gxLswTrHgHTx2bE+jfX1w@mail.gmail.com>
Subject: Re: missing Python 3.7 for python3 package version
To: Marco Atzeri <marco DOT atzeri AT gmail DOT com>
X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00, DKIM_SIGNED,
DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, HTML_MESSAGE,
RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS,
TXREP autolearn=ham autolearn_force=no version=3.4.2
X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on
server2.sourceware.org
X-Content-Filtered-By: Mailman/MimeDel 2.1.29
X-BeenThere: cygwin AT cygwin DOT com
X-Mailman-Version: 2.1.29
List-Id: General Cygwin discussions and problem reports <cygwin.cygwin.com>
List-Archive: <https://cygwin.com/pipermail/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-request AT cygwin DOT com?subject=help>
List-Subscribe: <http://cygwin.com/mailman/listinfo/cygwin>,
<mailto:cygwin-request AT cygwin DOT com?subject=subscribe>
From: Sharuzzaman Ahmat Raslan via Cygwin <cygwin AT cygwin DOT com>
Reply-To: Sharuzzaman Ahmat Raslan <sharuzzaman AT gmail DOT com>
Cc: The Cygwin Mailing List <cygwin AT cygwin DOT com>
Sender: "Cygwin" <cygwin-bounces AT cygwin DOT com>

Hi Marco,

Thank you for the information.

It's my habit to use the 2nd last stable release to have a more stable
environment.

Also, I personally believe not all libraries out there support Python 3.8
yet, but a majority of them does support Python 3.7.

As there is currently no option to set Python 3.7 as default for python3,
then I will hard code my script with #!/bin/env python3.7

Really hope the option is there.

Thank you.



On Mon, Jul 27, 2020 at 2:03 PM Marco Atzeri via Cygwin <cygwin AT cygwin DOT com>
wrote:

> On 27.07.2020 06:47, Sharuzzaman Ahmat Raslan via Cygwin wrote:
> > Hi,
> >
> > I'm trying to make my default Python 3 to Python 3.7, but when I open the
> > version chooser, only Python 3.6 and 3.8 available.
> >
> > Can I get Python 3.7 in this version chooser?
>
> probably not, as by default the last one will be in any way proposed
> the next time you will update python.
> I still need to figure how to effectively manage the
> 3 python3.x in parallel
>
> >
> > Screenshot attached.
> >
> > Thank you.
> >
>
> all the content of that package is link to the 3.6 or 3.8 binary
>
> $ ls -l $(cygcheck -l python3)
> lrwxrwxrwx 1 Marco Kein  8 Jun 20 06:27 /usr/bin/pydoc3 -> pydoc3.8
> lrwxrwxrwx 1 Marco Kein 13 Jun 20 06:27 /usr/bin/python3 -> python3.8.exe
> -rw-rw-r-- 1 Marco Kein 46 Jun 15 21:21 /usr/share/man/man1/python3.1.gz
>
> if you install python37 package and than modify the link
> by yourself to point to pydoc3.7 and python3.7m.exe
> than python3 will execute python3.7
>
>
> Question: any reason to not use python 3.8 ?
>
> Regards
> Marco
>
>
> --
> Problem reports:      https://cygwin.com/problems.html
> FAQ:                  https://cygwin.com/faq/
> Documentation:        https://cygwin.com/docs.html
> Unsubscribe info:     https://cygwin.com/ml/#unsubscribe-simple
>


-- 
Sharuzzaman Ahmat Raslan
--
Problem reports:      https://cygwin.com/problems.html
FAQ:                  https://cygwin.com/faq/
Documentation:        https://cygwin.com/docs.html
Unsubscribe info:     https://cygwin.com/ml/#unsubscribe-simple

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019