On Monday, June 28, 2021 at 6:12:01 AM UTC+2 [email protected] wrote:
> I also ran into the same problem as Sébastien on Ubuntu 18.04 LTS and > would like a better solution than just having to manually configure the > Python version. > > It should be fixed by https://trac.sagemath.org/ticket/32056 If you do not want to manually fix the python version and you want to use the system's python, you need to set the python3 so that it is the good one (3.8 instead of 3.6 for example). Because the configure does not search for 3.6, 3.7, 3.8, 3.9 anymore, it only checks for python3 whichever version it is. So it has to be a good one, or otherwise the python shipped with sage is used. Sébastien -- You received this message because you are subscribed to the Google Groups "sage-release" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/sage-release/fd6561ec-9066-4f69-9d23-313a51f2456bn%40googlegroups.com.
