[Tutor] Finding Matplotlib somewhere ADDING ADDITIONAL INFORMATION

Mark Lawrence breamoreboy at gmail.com
Mon Nov 9 05:06:13 EST 2020


On 08/11/2020 23:32, Mats Wichmann wrote:

> If you're running Ubuntu 20.04, and haven't installed the 
> python-is-python3 package, then by default "python" will be 2.7.  and 
> pip3 is for python3.  See the possibilities for confusion when using an 
> old piece of software?

 From 
https://askubuntu.com/questions/1230615/ubuntu-20-04-still-supporting-python2

'
"Support" is a somewhat strong word here. As you stated, you performed 
an upgrade, not a fresh install. Python 2 is not installed by default, 
and has not been for a long time, as it was moved out of the main 
archive into universe, after 18.04. There however, are still plenty of 
packages in universe which depend on python2, and therefore it is still 
in the universe archive.

As you already had the package installed, it would have been upgraded 
rather than removed.
'

-- 
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.

Mark Lawrence



More information about the Tutor mailing list