First time here? Check out the FAQ!
answered 2020-11-12 22:34:49 +0100
You shouldn't directly call sage using the sage executable.
sage
Instead of
/opt/anaconda3/envs/sage/bin/sage "$sagename"
try,
conda activate /opt/anaconda3/envs/sage sage "$sagename"