| 1 | initial version |
Try installing with Conda. See:
| 2 | No.2 Revision |
Try If compiling from source, try installing as many things as possible from Homebrew.
In particular, OpenSSL, and ideally Python too (currently Python 3.8 works best).
$ brew install openssl python@3.8
$ cd <path_to_sage_directory>
$ git pull origin master --tags -q # replace master by develop if adventurous
$ source .homebrew-build-env
$ make configure
$ ./configure
$ make -s V=0
Or try installing with Conda. See:
| 3 | No.3 Revision |
If installing from binaries, once installed, fix using
If compiling from source, try installing as many things as possible from Homebrew.
In particular, OpenSSL, and ideally Python too (currently Python 3.8 works best).
$ brew install openssl python@3.8
$ cd <path_to_sage_directory>
$ git pull origin master --tags -q # replace master by develop if adventurous
$ source .homebrew-build-env
$ make configure
$ ./configure
$ make -s V=0
Or try installing with Conda. See:
| 4 | No.4 Revision |
If installing from binaries, once installed, fix using
If compiling from source, try installing as many things as possible from Homebrew.
In particular, OpenSSL, and ideally Python too (currently Python 3.8 works best).
$ brew install openssl python@3.8
$ cd <path_to_sage_directory>
$ git pull origin master --tags -q # replace master by develop if adventurous
$ source .homebrew-build-env
$ make configure
$ ./configure
$ make -s V=0
Or try installing with Conda. See:
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.