1 | initial version |
I have a reliable install method for SageMath on Ubuntu 18.04. referring to: https://doc.sagemath.org/html/en/installation/conda.html
in the conda base environment:
% conda install mamba -c conda-forge
using an ./environment.yml in a chosen directory:
name: SageMath
channels:
- conda-forge
- anaconda
- defaults
dependencies:
- conda-forge::sage
- conda-forge::mamba
- anaconda::python>=3.7
- nodejs
- pip
run:
mamba env create --file ./environment.yml