1 | initial version |
If you are using the GUI Sage.app, then you will have to set the environment variable in a way other than in a shell file. See this stackoverflow question for an overview of the ways to do that.
2 | Added not about value of SAGE_BROWSER |
If you are using the GUI Sage.app, then you will have to set the environment variable in a way other than in a shell file. See this stackoverflow question for an overview of the ways to do that.
Also, you probably want to set SAGE_BROWSER to
SAGE_BROWSER='open -a Safari'
since it has to be something that you can run from the command line.