GAP 4.8.9 installation with standard packages -- copy to your CoCalc project to get it
############################################################################# ## #W setup.gd Alnuth - ALgebraic NUmber THeory Andreas Distler ## ############################################################################# ## #F ChangeGlobalVariable(name, path) ## DeclareGlobalFunction("ChangeGlobalVariable"); ############################################################################# ## #F SetPariStackSize(size) ## DeclareGlobalFunction("SetPariStackSize"); ############################################################################# ## #F SetAlnuthExternalExecutable(path) ## DeclareGlobalFunction("SetAlnuthExternalExecutable"); ############################################################################# ## #F SuitablePariExecutable(path) ## DeclareGlobalFunction("SuitablePariExecutable"); ############################################################################# ## #F PariVersion(path) ## DeclareGlobalFunction("PariVersion"); ############################################################################# ## #F SetAlnuthExternalExecutablePermanently(path) ## ## Changes the file defs.g to set a new default value for AL_EXECUTABLE ## DeclareGlobalFunction("SetAlnuthExternalExecutablePermanently"); ############################################################################# ## #F RestoreAlnuthExternalExecutablePermanently(path) ## ## restores the original content of the file defs.g ## DeclareGlobalFunction("RestoreAlnuthExternalExecutablePermanently"); ############################################################################# ## #E