1 | initial version |
For whatever reason the following got sagemath to work fine with tqdm (I had only recently installed sagemath, so I was fine with reinstalling):
sh
sudo apt remove sagemath --purge
rm -r ~/.sage/
sudo apt install sagemath
2 | No.2 Revision |
For whatever reason the following got sagemath to work fine with tqdm (I had only recently installed sagemath, so I was fine with reinstalling):
sh
sudo apt remove sagemath --purge
rm -r ~/.sage/
sudo apt install sagemath