CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In

Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.

| Download

GAP 4.8.9 installation with standard packages -- copy to your CoCalc project to get it

Views: 418346
#############################################################################
##
##  AL_EXECUTABLE
##
##  Here 'AL_EXECUTABLE', the path to the executable of PARI/GP, is set.
##  Depending on the installation of PARI/GP the entrymay have to be changed.
##  See '4.3 Adjust the path of the executable for PARI/GP' for details.
##
if not IsBound(AL_EXECUTABLE) then
    BindGlobal("AL_EXECUTABLE", Filename(DirectoriesSystemPrograms(), "gp"));
fi;