From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ed1-x535.google.com (mail-ed1-x535.google.com [IPv6:2a00:1450:4864:20::535]) by sourceware.org (Postfix) with ESMTPS id 506353858D35 for ; Mon, 27 Jul 2020 06:02:40 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 506353858D35 Received: by mail-ed1-x535.google.com with SMTP id c2so5357014edx.8 for ; Sun, 26 Jul 2020 23:02:40 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=9dbtlZZ7PV8SDZOghYdQDzrJOCOylwl/OZOv08Vl8HA=; b=GjMxZVyaxTDHGvEQgMMikGta24xhSYuONJGw0F5Eh3s/pXo681G2OigUsU6qxzigPf SHB0olXohLZ8+nxw+DQmrLr/LuPVPbX0LIcwLfMfkpo+5klo3BEet36gYrUh1/9b5tmV PcPIcHV1JPUUd/amtxvlF0AMwtWT/LR70dnAJD51KqjsgkIMZYvQfcf799N/6NazhyU5 5ysETrhkHKOHXcJbmHqKJ7krwwaHXOCIh7ThrZ2J6bP+TzHukmjvYzkpVUL/eQV6NAnC s0AYwp34fD+0Q86cR2zG8uovCQBG2uSq0bsNePoxsQTFoU7dKeRfPYyRtSHHiXfowHH3 Ptsg== X-Gm-Message-State: AOAM533pks3Icx05pVdrbxJX+HkKGja+MImKfAFjculT7W2/IphaRddF qxrYZ3k8FzS9fEOgsf/YuqLdeP6vHNY= X-Google-Smtp-Source: ABdhPJwlQgLlYdFgusv+/le3/hrW8MNTrSWv1qhACu3RVb6T5i9fkzicKSxGaWhLyyYt2VGk5lhHDg== X-Received: by 2002:a05:6402:742:: with SMTP id p2mr19101090edy.135.1595829758594; Sun, 26 Jul 2020 23:02:38 -0700 (PDT) Received: from [192.168.2.121] (pd9ed58c0.dip0.t-ipconnect.de. [217.237.88.192]) by smtp.gmail.com with ESMTPSA id i2sm6877341edk.30.2020.07.26.23.02.37 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Sun, 26 Jul 2020 23:02:38 -0700 (PDT) Subject: Re: missing Python 3.7 for python3 package version To: cygwin@cygwin.com References: From: Marco Atzeri Message-ID: <7c403043-c276-bce9-73e4-7fc67ad017fa@gmail.com> Date: Mon, 27 Jul 2020 08:02:36 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: it Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-1.8 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, 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-BeenThere: cygwin@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Jul 2020 06:02:41 -0000 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