public inbox for cygwin-apps@cygwin.com
 help / color / mirror / Atom feed
From: Marco Atzeri <marco.atzeri@gmail.com>
To: Jon Turney <jon.turney@dronecode.org.uk>,
	"cygwin-apps@cygwin.com" <cygwin-apps@cygwin.com>
Subject: Re: [patch] cygport : update to python 3.9
Date: Sat, 8 Jan 2022 18:12:46 +0100	[thread overview]
Message-ID: <0415a7eb-1b01-e844-ba40-86453b42920c@gmail.com> (raw)
In-Reply-To: <5b433b60-0ef7-facd-e76b-f1dc35acc11f@dronecode.org.uk>

On 08.01.2022 17:32, Jon Turney wrote:

> 
> Whilst testing this, I note in passing that /usr/bin/pip3.9 has a
> '/usr/bin/python' shebang.
> 
> So it fails to work correctly (acting as pip3.8 ?) after 
> 'usr/sbin/alternatives --set python /usr/bin/python3.8'

thanks for the advice

upstream changed the behaviour between 3.8 and 3.9
and it seems I need to respin some packages

$ for i in /usr/bin/*3.9 ;do  head -n1 $i ; done | grep "9$" |wc -l
81

$ for i in /usr/bin/*3.9 ;do  head -n1 $i ; done | grep "n$" |wc -l
5


  reply	other threads:[~2022-01-08 17:12 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-31 10:00 Marco Atzeri
2022-01-03 17:37 ` Jon Turney
2022-01-03 21:42   ` Marco Atzeri
2022-05-29 15:54     ` Jon Turney
2022-07-03 12:22       ` Jon Turney
2022-07-03 12:47         ` Marco Atzeri
2022-01-04 16:05   ` Marco Atzeri
2022-01-08 16:32     ` Jon Turney
2022-01-08 17:12       ` Marco Atzeri [this message]
2022-06-29 15:36 ` Hamish McIntyre-Bhatty
2022-06-29 15:46   ` Marco Atzeri
2022-06-29 15:51     ` Hamish McIntyre-Bhatty
2022-06-29 18:35   ` Hamish McIntyre-Bhatty

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=0415a7eb-1b01-e844-ba40-86453b42920c@gmail.com \
    --to=marco.atzeri@gmail.com \
    --cc=cygwin-apps@cygwin.com \
    --cc=jon.turney@dronecode.org.uk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).