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?
Yes, it's not installed when sage is installed using conda. I'll package it soon.
Asked: 2019-07-16 16:08:53 +0200
Seen: 426 times
Last updated: Aug 06 '19
You can install it using
conda install sagetex -c conda-forge
.