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-devel/c/KHC_tQqKanM/m/-imTkH2AAwAJ, 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?