sagetex with conda install
Hi folks, I have sage installed using conda. I can't seem to find the sagetex.sty file on my system which makes me think it wasn't installed. Any suggestions?
Hi folks, I have sage installed using conda. I can't seem to find the sagetex.sty file on my system which makes me think it wasn't installed. Any suggestions?
Yes, it's not installed when sage is installed using conda. I'll package it soon.
Asked: 5 years ago
Seen: 333 times
Last updated: Aug 06 '19
You can install it using
conda install sagetex -c conda-forge
.