Re: [sage-support] Re: Install of sage on macOS

2020-12-03 Thread G. M.-S.
Hi Dima. As you said, "brew install sage" does nothing more than downloading a sage-*.app.dmg and copying it to /Applications, at least on an older OS. Details follow for macOS High Sierra (10.13.6). Yes, I know it is an "obsolete" version. $ brew info sage sage: 9.1,10.11.6 https://www.sagem

Re: [sage-support] Re: Install of sage on macOS

2020-12-03 Thread Dima Pasechnik
On Thu, Dec 3, 2020 at 5:39 PM Mathieu Dutour wrote: > > Thank you for providing this. Keep that in mind for future. > > As it turns out, the solution to installing was incredibly simple: > "brew install sage" > dima@oucl13243 sage % brew install sage ==> Searching for similarly named formulae...

Re: [sage-support] Re: Install of sage on macOS

2020-12-03 Thread slelievre
A ticket to track providing an app for macOS again: - Provide macOS app again https://trac.sagemath.org/ticket/31000 -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an ema

Re: [sage-support] Re: Install of sage on macOS

2020-12-03 Thread Dima Pasechnik
On Thu, Dec 3, 2020 at 5:39 PM Mathieu Dutour wrote: > Thank you for providing this. Keep that in mind for future. > > As it turns out, the solution to installing was incredibly simple: > "brew install sage" > on macOS 10.15.7 this appears to install the version 9.2 of x86_64.app.dmg by pulling

[sage-support] Re: Install of sage on macOS

2020-12-03 Thread Mathieu Dutour
Thank you for providing this. Keep that in mind for future. As it turns out, the solution to installing was incredibly simple: "brew install sage" I think this should be mentioned on the "Sage Installation Guide" as this is a very convenient and standard procedure on Macintosh. Your mention of "

[sage-support] Re: Install of sage on macOS

2020-12-03 Thread john_perry_usm
Have you tried this? sudo xattr -r -d com.apple.quarantine It removes the "quarantine" signal on files. I used it to get Sage running on Catalina. I've had to use this with some other things, too. I learned of it through one of the StackOverflow sites, and it may also be in Sage's document