Thanks for all the replies. I downloaded sagemath from the GitHub site and it's a dmg file. I can open either the terminal from sage app (web) or the console at launch of the program. I don't know well the to do list to install Fricas but I found this on the site:
''The -i option is not supported by the sage executable in this app, but many optional Sage packages are included. Note that GAP packages which are not included in the gap_packages spkg can be installed from within sage by using the PackageManager GAP package. These will be installed in the user's ~/.gap directory.'' On Monday, September 26, 2022 at 12:16:47 PM UTC+2 Dima Pasechnik wrote: > On Mon, Sep 26, 2022 at 11:14 AM 'Nasser M. Abbasi' via FriCAS - > computer algebra system <[email protected]> wrote: > > > > If you downloaded sagemath source tar file, you can just do, after > extracting it > > > > ./configure --enable-fricas > > make > > make install > > > > Since sagemath does not automatically build fricas (it does for giac and > maxima) > > > > And it will now build sage with fricas automatically. > An explicit > > make fricas > > (or sage -i fricas) will attempt to build fricas regardless of > ./configure --enable-fricas > > > > > > Otherwise you'd have to download fricas separately and install it. > Either from source or download binary > > > > http://fricas.sourceforge.net/download.html > > > > > > > > > > On Monday, September 26, 2022 at 5:06:42 AM UTC-5 [email protected] > wrote: > >> > >> Very likely, > >> $ sage -i fricas > >> on the console works. If it doesn't, it may be easier to install fricas > separately, sage will then know how to use it. > >> On Monday, 26 September 2022 at 10:44:56 UTC+2 [email protected] > wrote: > >>> > >>> Hi, I'm a Mac user. I have arm64 architecture, so the MacBook with m1 > chip. how can I install fracas for SageMath ? thanks all > > > > -- > > You received this message because you are subscribed to the Google > Groups "FriCAS - computer algebra system" group. > > To unsubscribe from this group and stop receiving emails from it, send > an email to [email protected]. > > To view this discussion on the web visit > https://groups.google.com/d/msgid/fricas-devel/07f6ce97-d2de-4c9c-9d14-561122bf4ddbn%40googlegroups.com > . > -- You received this message because you are subscribed to the Google Groups "FriCAS - computer algebra system" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/fricas-devel/d971983b-6990-49a4-af9f-a44cca0c2295n%40googlegroups.com.
