On 2024-12-07 09:37:55, ETAL wrote:
> Thank you for your reply and assistance; I truly appreciate it. However, 
> I’m unable to get Sage 10.4, at least not through sudo or the binaries. It 
> took me over seven hours to install Sage 10.3 from the source code, so I’m 
> just trying to make it work as best as I can.

I understand completely.


> Regarding the installation of the gap_packages SPKG, I’m not sure how to 
> proceed. Should I revert the changes I made to the source (specifically the 
> binaries) and restore it to its original state? If so, what exactly should 
> I modify in the line:
> Export SAGE_GAP_BINARY="/usr/local/bin/gap" 

Yes, revert anything that you changed, and then install the
gap_packages SPKG with "sage -i gap_packages". That will install
several GAP packages, including Guava, to a location where the sage
copy of GAP can find them.

If you don't remember the old path for SAGE_GAP_BINARY, there should
be only one "gap" executable in your sage installation, so you can
probably find it with something like,

  $ find ./path/to/sage -type f -executable -name 'gap'

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To view this discussion visit 
https://groups.google.com/d/msgid/sage-devel/Z1Tsf8zXgFIex2kp%40stitch.

Reply via email to