Hi Tessa, Our binary package (actually the "Recommended Extras" installer) installs sagetex.sty in: /usr/local/texlive/texmf-local/tex/latex/local/sagetex/sagetex.sty
After you run the installer, you also need to run mktexlsr in order for TeXLive to find the file. - Marc On Wednesday, August 27, 2025 at 1:11:18 PM UTC-5 [email protected] wrote: > I was researching how to get LaTeX to do calculations so that I can > automate worksheets and everything pointed to using SageMath. I am > attempting to install Sage on a Mac running Sequoia 15.6 (M1). > > 1. I installed Xcode and accepted the license using the command > "xcode-select --install" > 2. I created a source/build directory > 3. I cloned the Sage git repository > 4. Changed into the created subdirectory sage > 5. I don't plan on doing development, so I went to step 7 and entered > the command: "make configure" > > I got the following error message: FileNotMirroredError('tarball does not > exist on mirror network') sage_bootstrap.tarball.FileNotMirroredError: > tarball does not exist on mirror network Error: downloading configure > tarball failed make: *** [configure] Error 1 > > I noticed that someone else had a similar problem, and a patch > (patch-2.7.6) was suggested; however, I'm unsure how to install the patch > or where to install it. I downloaded the patch folder and unzipped it, but > I'm unsure how to proceed. > > This is the second attempt I've made to install SageMath. First, I tried a > binary install, but I could not locate the "sagemath.sty" file to make it > known to LaTeX. Using Homebrew or conda seemed more complicated than this > method, which is why I was trying it. > > I really appreciate any help you can provide. > > Thank you, > > Tessa > -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion visit https://groups.google.com/d/msgid/sage-support/fc0862b0-8419-4f11-9b1e-55278b5d95d9n%40googlegroups.com.
