installation of sage on an apple m1 for a mac newbie
Hi guys, How do I go about installing sage on an Apple Macbook Pro with an M1 Pro chip (2021)
Thank you
Hi guys, How do I go about installing sage on an Apple Macbook Pro with an M1 Pro chip (2021)
Thank you
I did not try it myself but according to https://doc.sagemath.org/html/en/inst...:
"After downloading the file, double click on the dmg file to mount it, which will take some time. Then drag the folder SageMath that just appeared to /Applications/. You might want to have shortcuts so that sage in the console simply works out of the box. For that purpose, follows the steps at the end of the section “Linux”."
You can download SageMath-9.4+.dmg from https://github.com/3-manifolds/Sage_m...
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2022-01-23 19:42:24 +0100
Seen: 2,191 times
Last updated: Jan 23 '22
read https://github.com/3-manifolds/Sage_m...
To get started, you'll need to install Homebrew, which is a nifty tool for macOS that helps you install software with ease. Just open up Terminal and enter the following command:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)
".Next, you'll want to install some additional software that Sage requires using Homebrew:
brew install gcc gfortran
.After that, head over to the SageMath website and grab the macOS version of the software. Once the download is finished, open the .dmg file and drag SageMath to your Applications folder. You can now launch SageMath from your Applications folder or fire it up from the Terminal You can find lots of helpful https://andersenlab.com/services/legacy-system-modernization (https://andersenlab.com/services/lega...)