Sage 9.2 on macOS 10.15.7 not working with conda method, either
Along with others, I've reported that Sage 9.2 will not work on macOS because of a missing openssl. I tried the method using a conda environment described in https://groups.google.com/g/sage-deve... and at https://doc.sagemath.org/html/en/inst... but it doesn't work:
- since I already have the full conda installed, I should not, and did not, install miniconda
- instead, I just created and activated a sage environment using mamba with conda, as described.
That seemed to be OK, and using "conda activate sage" did open a sage conda environment. BUT:
How do I start sage then? I tried just issuing the command "sage" on the Terminal command-line, in the sage conda environment. That gives a "Command not found" error.
- How do I go about using jupyter with sage using the conda method?
What command did you run to create the sage conda environment?
The complete set of commands I used:
conda config --add channels conda-forge
conda install mamba -c conda-forge
mamba create -n sage sage -c conda-forge
conda init zsh
[restart Terminal]
conda activate sage
I now see command line prompt (in Terminal with zsh): (sage) [~] %
AHA! If I execute command "jupyter notebook" it opens the expected jupyter front end in Safari and allows me to use the Sage 9.2 kernel for evaluation.
And now executing in Terminal command "sage" does start sage at the command-line. (Not sure what I did wrong last time: when then I issued command "sage", that command was not found.
Looks like your problem is solved then? Congratulations! Happy saging.