Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

basic questions on python version with sagemath. Why not 3.11.1?

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?

basic questions on python version with sagemath. Why not 3.11.1?

I installed 9.8 rc1 but I see it is still using Python 3.10.9 (which is what is installed on the system)

>sage --version
SageMath version 9.8.rc1, Release Date: 2023-02-05

>sage --python --version
Python 3.10.9
>

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?

basic questions on python version with sagemath. Why not 3.11.1?

I installed 9.8 rc1 but I see it is still using Python 3.10.9 (which is what is installed on the system)

>sage --version
SageMath version 9.8.rc1, Release Date: 2023-02-05

>sage --python --version
Python 3.10.9
>

Is the above the correct command to find which version of Python sagemath is build with?

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?

basic questions on python version with sagemath. Why not 3.11.1?

I installed 9.8 rc1 but I see it is still using Python 3.10.9 (which is what is installed on the system)

>sage --version
SageMath version 9.8.rc1, Release Date: 2023-02-05

>sage --python --version
Python 3.10.9
>

Is the above the correct command to find which version of Python sagemath is build with?

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 This is not an upgrade of an existing 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?

basic questions on python version with sagemath. Why not 3.11.1?

I installed 9.8 rc1 but I see it is still using Python 3.10.9 (which is what is installed on the system)

>sage --version
SageMath version 9.8.rc1, Release Date: 2023-02-05

>sage --python --version
Python 3.10.9
>

Is the above the correct command to find which version of Python sagemath is build with?

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. This is not an upgrade of an existing 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?installation? Or does the user need to upgrade to python 3.11.1 before building sagemath?