I have installed Sagemath 8.1 with
sudo apt-get install sagemath
into Ubuntu 18.04. When I try
$ sage
I get an error message. It seems that Sagemath lunches but something does not allow it from running. Any ideas?
SageMath version 8.1, Release Date: 2017-12-07 │
│ Type "notebook()" for the browser-based notebook interface. │
│ Type "help()" for help. │
└────────────────────────────────────────────────────────────────────┘
Traceback (most recent call last):
File "/usr/share/sagemath/bin/sage-ipython", line 7, in <module>
from sage.repl.interpreter import SageTerminalApp
ModuleNotFoundError: No module named 'sage'
apt-cache policy sagemath sagemath-common
andwhich sage
to the question. – N0rbert May 03 '19 at 14:45sudo apt-get install --reinstall sagemath sagemath-common
and retry. – N0rbert May 03 '19 at 15:20