I installed 9.8 rc1 but I see it is still using Python 3.10.9 (which is what is installed on the system)
But according to
https://github.com/sagemath/sage/wiki/Sage-9.8-Release-Tour
it says sagemath has been upgraded to Python 3.11.1
Python has been upgraded to 3.11.1.
The command I used to configure
./configure --no-create --no-recursion
This is brand new build on fresh Linux box on a virtual box. On my system I have so not an upgrade of sagemath.
>which python
/usr/bin/python
>python --version
Python 3.10.9
>
I thought by not telling sagemath build to use the system Python, that it will use the latest python it wants which is 3.11.1
How to tell sagemath 9.8 rc1 to use its own python, which I assume will be 3.11.1 according to docs?
Does sagemath build come with its own Python installation?