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