1 | initial version |
The server you have been handed is running a SageNB server. This only runs with Python 2.
Prebuilt binaries for Sage 9.1 are based on Python 3, and cannot be used for running a SageNB server.
There are many choices to make. The first choice is between
If you really want to install a SageNB server, choose between
In case you use binaries, since your server is running RedHat, prefer Fedora binaries to Debian binaries.
I cannot answer your second question as I have never dealt with migrating user data across SageNB versions. Maybe there is nothing to do.
2 | No.2 Revision |
The server you have been handed is running a SageNB server. This only runs with Python 2.
Prebuilt binaries for Sage 9.1 are based on Python 3, and cannot be used for running a SageNB server.
There are many a few choices to make. The first choice is between
If you really want to install a SageNB server, choose between
In case you use binaries, since your server is running RedHat, prefer Fedora binaries to Debian binaries.
I cannot answer your second question as I have never dealt with migrating user data across SageNB versions. Maybe there is nothing to do.
Note that when you install Sage <= 8.9 based on Python 2, sagenb is a standard package, so it gets installed as part of installing Sage.
See
If you install Sage 9.0 or 9.1 based on Python 2, sagenb has become an optional package, see
so after building Sage you would run sage -i sagenb
to install SageNB.
If you are installing SageNB, maybe start by upgrading to Sage 8.9 in order to keep things a little simpler.