Sage

From Leo's Notes
Last edited on 14 June 2020, at 22:02.


Troubleshooting[edit | edit source]

Fedora 26 Missing Dependencies[edit | edit source]

On Fedora 26, installing the sagemath package does not pull all dependencies. Running sage will cause it to crash.

To get sage working, you will also need:

# yum install python\*traitlets   python\*shutil\*  python\*simplegeneric\*

module: command not found when starting sage[edit | edit source]

Edit the /usr/bin/sage script to source . /etc/profile.d/modules.sh at the very top.

# vi `which sage`
## Add   . /etc/profile.d/modules.sh