Ask Your Question

Nasser's profile - activity

2024-02-21 17:58:44 +0100 received badge  Notable Question (source)
2024-02-21 17:58:44 +0100 received badge  Popular Question (source)
2023-12-19 11:27:58 +0100 received badge  Famous Question (source)
2023-09-09 12:58:38 +0100 received badge  Popular Question (source)
2023-08-27 06:53:50 +0100 received badge  Notable Question (source)
2023-08-12 21:33:20 +0100 received badge  Famous Question (source)
2023-07-30 16:39:54 +0100 received badge  Popular Question (source)
2023-07-16 00:01:03 +0100 edited question Am I using the correct Maxima from sagemath?

Am I using the correct Maxima from sagemath? I am seeing many exceptions generated by sagemath 10.0 when calling Maxima

2023-07-15 23:54:41 +0100 edited question Am I using the correct Maxima from sagemath?

Am I using the correct sympy from sagemath? I am seeing many exceptions generated by sagemath 10.0 when calling Maxima

2023-07-15 23:54:18 +0100 asked a question Am I using the correct Maxima from sagemath?

Am I using the correct sympy from sagemath? I am seeing many exceptions generated by sagemath 10.0 when calling Maxima

2023-07-15 06:32:56 +0100 received badge  Famous Question (source)
2023-05-27 05:00:46 +0100 received badge  Notable Question (source)
2023-05-20 21:00:57 +0100 received badge  Popular Question (source)
2023-05-20 17:04:19 +0100 received badge  Popular Question (source)
2023-05-18 18:12:16 +0100 received badge  Notable Question (source)
2023-05-18 18:12:16 +0100 received badge  Popular Question (source)
2023-05-09 04:11:58 +0100 received badge  Notable Question (source)
2023-05-03 07:11:25 +0100 received badge  Popular Question (source)
2023-02-22 13:12:05 +0100 received badge  Notable Question (source)
2023-02-22 13:12:05 +0100 received badge  Popular Question (source)
2023-02-10 15:06:59 +0100 marked best answer 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? Or does the user need to upgrade to python 3.11.1 before building sagemath?

2023-02-10 15:06:57 +0100 commented answer basic questions on python version with sagemath. Why not 3.11.1?

Thanks. I thought the default was the other way around, which is to use sagemath Python. I am now building it with the o

2023-02-10 12:09:32 +0100 edited question basic questions on python version with sagemath. Why not 3.11.1?

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

2023-02-10 11:58:04 +0100 edited question basic questions on python version with sagemath. Why not 3.11.1?

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

2023-02-10 11:32:11 +0100 edited question basic questions on python version with sagemath. Why not 3.11.1?

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

2023-02-10 11:30:59 +0100 edited question basic questions on python version with sagemath. Why not 3.11.1?

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

2023-02-10 11:29:37 +0100 asked a question basic questions on python version with sagemath. Why not 3.11.1?

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

2023-02-07 04:52:36 +0100 commented question Manually grouping symbolic terms

it is too bad that sage can't collect on more than one variable. In Mathematica one can just type expr = a*x^2 + a*y^2 +

2023-02-05 10:14:28 +0100 received badge  Notable Question (source)
2023-02-04 06:46:06 +0100 commented question "no system package could be used" error for giac, but it is installed

@john I've added link to the config.log file at end of my post

2023-02-04 06:45:01 +0100 edited question "no system package could be used" error for giac, but it is installed

"no system package could be used" error for giac, but it is installed I am trying to build sagemath sage-9.8.rc0 on my L

2023-02-04 04:42:47 +0100 received badge  Popular Question (source)
2023-02-04 04:41:40 +0100 received badge  Notable Question (source)
2023-02-04 04:41:28 +0100 received badge  Popular Question (source)
2023-02-04 04:40:24 +0100 received badge  Notable Question (source)
2023-02-04 00:02:04 +0100 commented question "no system package could be used" error for giac, but it is installed

Is it on your PATH ? Yes ofcourse. /usr/local/bin is always on the path. >which giac /usr/local/bin/giac This

2023-02-04 00:01:51 +0100 commented question "no system package could be used" error for giac, but it is installed

Is it on your PATH ? Yes ofcourse. /usr/local/bin is always on the path. >which giac /usr/local/bin/giac This

2023-02-04 00:00:35 +0100 commented question "no system package could be used" error for giac, but it is installed

Is it on your PATH ? Yes ofcourse. /usr/local/bin is always on the path. >which giac /usr/local/bin/giac

2023-02-03 22:36:46 +0100 commented question "no system package could be used" error for giac, but it is installed

I download the latest giac from https://www-fourier.ujf-grenoble.fr/~parisse/debian/dists/stable/main/source/ I am usi

2023-02-03 11:00:51 +0100 received badge  Popular Question (source)
2023-02-03 10:50:31 +0100 edited question "no system package could be used" error for giac, but it is installed

"no system package could be used" error for giac, but it is installed I am trying to build sagemath sage-9.8.rc0 on my L

2023-02-03 10:48:56 +0100 asked a question "no system package could be used" error for giac, but it is installed

"no system package could be used" error for giac, but it is installed I am trying to build sagemath sage-9.8.rc0 on my L

2022-12-30 11:43:34 +0100 received badge  Popular Question (source)
2022-12-30 11:43:34 +0100 received badge  Notable Question (source)
2022-10-22 13:59:53 +0100 received badge  Popular Question (source)
2022-10-11 07:05:21 +0100 received badge  Popular Question (source)
2022-09-29 12:56:50 +0100 received badge  Notable Question (source)
2022-09-28 15:32:17 +0100 received badge  Popular Question (source)
2022-09-06 21:07:24 +0100 commented question Why is a png viewer not loading?

are you using Virtual box or WSL? For WSL, Did you install X11 for windows and configure it? "Install a X server for W

2022-09-06 21:05:36 +0100 commented question Why is a png viewer not loading?

are you using WSL? Did you install X11 for windows and configure it? "Install a X server for Windows Configure bash to