Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

In order to run sage on a Linux OS you should:

  1. Download the proper compiled version of sage.

  2. Extract the files.

  3. Once the files are extracted, enter to the created folder and give execution permission to the sage file (this can be achieved by right-clicking the file -> Permissions -> click the executable box)

  4. Now double click the sage file, and choose run in terminal. Depending of the Linux distribution this step could fail, in that case:

    • Open a terminal

    • Move tho the sage folder

    • Run the file with the command ./sage

Hope this would help you.