You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have installed Sage at C:\Users\xyz\AppData\Local\SageMath 9.3.
C:\Users\xyz\AppData\Local\SageMath 9.3\runtime\bin and C:\Users\xyz\AppData\Local\SageMath 9.3\runtime\opt\sagemath-9.3 have been addeded to PATH environment variable.
sagetex folder from C:\Users\xyz\AppData\Local\SageMath 9.3\runtime\opt\sagemath-9.3\local\share\texmf\tex\latex has been copied to TeXMF Local C:\texlive\texmf-local\tex\latex\local.
Installed Python C:\Users\xyz\AppData\Local\Programs\Python\Python310 has been added to PATH environment variable.
Attempting
Now I copy the provided example.tex from C:\Users\xyz\AppData\Local\SageMath 9.3\runtime\opt\sagemath-9.3\local\share\texmf\tex\latex\sagetex to c:\myfolder.
Open command prompt (terminal) with administrative privilege enabled.
Run pdflatex example and produces some warnings that are normal. A file named examples.sagetex.sage is also produced.
Run bash -l sage example.sagetex.sage but it fails with the following errors:
/opt/sagemath-9.3/src/bin/sage-preparse: File 'example.sagetex.sage' is missing
python3: can't open file 'example.sagetex.sage.py': [Errno 2] No such file or directory
Question
What am I missing here?
The text was updated successfully, but these errors were encountered:
C:\Users\xyz\AppData\Local\SageMath 9.3
.C:\Users\xyz\AppData\Local\SageMath 9.3\runtime\bin
andC:\Users\xyz\AppData\Local\SageMath 9.3\runtime\opt\sagemath-9.3
have been addeded toPATH
environment variable.sagetex
folder fromC:\Users\xyz\AppData\Local\SageMath 9.3\runtime\opt\sagemath-9.3\local\share\texmf\tex\latex
has been copied to TeXMF LocalC:\texlive\texmf-local\tex\latex\local
.C:\Users\xyz\AppData\Local\Programs\Python\Python310
has been added toPATH
environment variable.Attempting
example.tex
fromC:\Users\xyz\AppData\Local\SageMath 9.3\runtime\opt\sagemath-9.3\local\share\texmf\tex\latex\sagetex
toc:\myfolder
.pdflatex example
and produces some warnings that are normal. A file namedexamples.sagetex.sage
is also produced.bash -l sage example.sagetex.sage
but it fails with the following errors:Question
What am I missing here?
The text was updated successfully, but these errors were encountered: