Ask Your Question

jordana309's profile - activity

2024-04-15 12:17:29 +0200 received badge  Notable Question (source)
2023-08-16 17:27:52 +0200 received badge  Popular Question (source)
2021-12-22 19:42:59 +0200 commented question Failed to build Sage from source using gcc 10

Oh, I didn't know. Thank you! Posted to https://groups.google.com/g/sage-devel/c/CkcF-cqQA_s/m/eQVQd4VtDgAJ, for anybody

2021-12-22 19:20:09 +0200 commented question Failed to build Sage from source using gcc 10

Oh, I didn't know. Thank you!

2021-12-22 07:19:56 +0200 commented question Failed to build Sage from source using gcc 10

It appears that the OpenMP flags fail, causing it to think it needs to install gcc-10.3.0, but I know that the gcc-7 (an

2021-12-21 16:44:20 +0200 edited question Failed to build Sage from source using gcc 10

Source Build Fails on CGG-10 I'm trying to build SageMath from source on Ubuntu 20.04. Below is the exact process I trie

2021-12-21 16:42:57 +0200 edited question Failed to build Sage from source using gcc 10

Source Build Fails on CGG-10 I'm trying to build SageMath from source on Ubuntu 20.04. Below is the exact process I trie

2021-12-21 16:42:57 +0200 received badge  Editor (source)
2021-12-21 16:41:38 +0200 asked a question Failed to build Sage from source using gcc 10

Source Build Fails on CGG-10 I'm trying to build SageMath from source on Ubuntu 20.04. Below is the exact process I trie

2017-11-19 09:08:03 +0200 commented question How can I configure the Sage VirtualBox Appliance?

Yes, this is a duplicate. I'm not sure how that happened. My apologies.

2017-11-19 09:06:40 +0200 commented question How can I most easily configure the SageVM?

No. This install did not give me the needed latex packages or anything else. I will have to try something else.

Is there a guide for how to set up the VM just like how it is configured on the website?

2017-11-16 01:44:58 +0200 received badge  Student (source)
2017-11-14 05:42:23 +0200 asked a question How can I configure the Sage VirtualBox Appliance?

I am working the with most recent Sage virtual box (ova) appliance, and I am trying to install LaTeX and all available kernels. I have been writing down exactly what I have done, which I plan to provide the community as a tutorial when everything is working. The problem is that I don't have a lot of experience with Linux, and so I'm basically hacking and slashing, as I can't find any documentation for how the appliance was configured or how to add LaTeX to the already-configured TeX install.

My question is, what's the best way to add functionality? Where should I install new things?

As an example: I wanted to start with LaTeX. Sage seems to have it's own environment with a working TeX, but it can't find pdfLaTeX for printing a notebook. I tried installing with yum, but CentOS installs an incomplete version that doesn't have a TeX package manager, so I can't add the missing LaTeX packages. I built LaTeX from source and it worked, but when I tried to install Ruby, yum installed the default LaTeX anyway, which then broke printing from jupyter using pdfLaTeX because it now found the one yum installed without the needed packages and ignores mine. I want to add pdfLaTeX to the preconfigured TeX environment in Sage so that Ruby and other languages can find it.

I'd build a box from scratch, but I cannot duplicate the functionality of jupyter notebook (where it comes up as a server for my host box) installing things from source, so I am trying to configure the pre-packaged ova, and since Sage is set up to be self-contained there, I cannot get things installed through yum to find the things installed in Sage. What am I doing wrong? Or was this not really something the ova was designed for?

2017-11-14 05:42:23 +0200 asked a question How can I most easily configure the SageVM?

I am working the with most recent Sage virtual box (ova) appliance, and I am trying to install LaTeX and all available kernels. I have been writing down exactly what I have done, which I plan to provide the community as a tutorial when everything is working. The problem is that I don't have a lot of experience with Linux, and so I'm basically hacking and slashing, as I can't find any documentation for how the appliance was configured or how to add LaTeX to the already-configured TeX install.

My question is, what's the best way to add functionality? Where should I install new things?

As an example: I wanted to start with LaTeX. Sage seems to have it's own environment with a working TeX, but it can't find pdfLaTeX for printing a notebook. I tried installing with yum, but CentOS installs an incomplete version that doesn't have a TeX package manager, so I can't add the missing LaTeX packages. I built LaTeX from source and it worked, but when I tried to install Ruby, yum installed the default LaTeX anyway, which then broke printing from jupyter using pdfLaTeX because it now found the one yum installed without the needed packages and ignores mine. I want to add pdfLaTeX to the preconfigured TeX environment in Sage so that Ruby and other languages can find it.

I'd build a box from scratch, but I cannot duplicate the functionality of jupyter notebook (where it comes up as a server for my host box) installing things from source, so I am trying to configure the pre-packaged ova, and since Sage is set up to be self-contained there, I cannot get things installed through yum to find the things installed in Sage. What am I doing wrong? Or was this not really something the ova was designed for?