On Mon, Dec 17, 2018 at 8:11 PM Mathieu Roux <mthr...@gmail.com> wrote:
>
> Good evening,
>
> I am trying to install sage on my computer.
> I am using Linux Mint Cinnamon.
> I wrote
> sudo apt-get install sagemath
> et
> sudo apt-get install sagemath-jupyter
> with no errors.
> But then, when i try    /usr/bin/sage, i get
>
> ┌────────────────────────────────────────────────────────────────────┐
> │ 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'

Try running just

$ sage -python -c 'import sys; print(sys.path)'

I bet something is messed up about your python path (or the package
itself is broken somehow).

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to