Ask Your Question

Pascal Weil's profile - activity

2023-05-25 16:24:46 +0100 commented answer How to upgrade sagemath from 9.6 to 9.8 using mamba?

Thanks Samuel!

2023-05-16 10:33:51 +0100 commented question How to upgrade sagemath from 9.6 to 9.8 using mamba?

The exact same result, alas (including references to .../lib/python3.9/...)

2023-05-12 12:11:34 +0100 received badge  Supporter (source)
2023-05-12 11:58:03 +0100 answered a question How to upgrade sagemath from 9.6 to 9.8 using mamba?

Alas, something is the matter. $ conda activate sage works fine, but not $ mamba upgrade sage , see below. Some lib

2023-05-11 14:48:48 +0100 received badge  Famous Question (source)
2020-12-08 13:10:06 +0100 received badge  Notable Question (source)
2020-12-08 13:10:06 +0100 received badge  Popular Question (source)
2018-06-07 16:49:56 +0100 received badge  Nice Question (source)
2018-06-07 13:50:51 +0100 received badge  Student (source)
2018-06-07 13:49:50 +0100 asked a question pdflatex not available from Jupyter in SageMath-8.1.app

I am using SageMath-8.1.app with OSX 10.13.5 and pdflatex is available on my system:

(sage-sh) :SageMath-8.1.app$ which pdflatex
/Library/TeX/texbin/pdflatex

But in Jupyter, pdf latex is not available:

view(g)
Error: PDFLaTeX does not seem to be installed.  Download it from
ctan.org and try again.
Latex error

also:

!pdflatex
/bin/sh: pdflatex: command not found

Here is the value of PATH:

import os
os.environ['PATH']
'/Applications/SageMath-8.1.app/Contents/Resources/sage/local/libexec/ccache:/Applications/SageMath-8.1.app/Contents/Resources/sage/build/bin:/Applications/SageMath-8.1.app/Contents/Resources/sage/src/bin:/Applications/SageMath-8.1.app/Contents/Resources/sage/local/bin:/usr/bin:/bin:/usr/sbin:/sbin'

How to modify the PATH of the app?