X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1ED58386102D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1595829763; bh=1ZTHhiQpejZJQ8uXv2ZH6xAs87e5ZLNHaTZ4Jh43MGY=; h=Subject:To:References:Date:In-Reply-To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To: From; b=Uzh84jKtP64nYBYZRvl7E9IgJEkfMezNuFsP8n0tHoZ2j++hB7GmaXZButLa+VfRT gJKZa4JfJB2z9R1+gzUApS2AGZzaSIp7W15NmEBH8VMblwXifvxs+YIymOsF68byCY hjUjoHHAHfrp+AS/oThAk9qdVFIJzn1Ml9oKrU98= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 506353858D35 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) Subject: Re: missing Python 3.7 for python3 package version To: cygwin AT cygwin DOT com References: 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-Language: it 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 AT cygwin DOT 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: , From: Marco Atzeri via Cygwin Reply-To: Marco Atzeri Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Errors-To: cygwin-bounces AT cygwin DOT com Sender: "Cygwin" 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