Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

You shouldn't directly call sage using the sage executable.

Instead of

 /opt/anaconda3/envs/sage/bin/sage "$sagename"

try,

conda activate /opt/anaconda3/envs/sage
sage "$sagename"