On 20 October 2017 at 22:00, John H Palmieri <[email protected]> wrote: > Have you tried setting the BROWSER environment variable? If that doesn't > work, what about SAGE_BROWSER?
Thanks -- I am now feeling quite red-faced since my .bashrc file has export BROWSER=firefox in it. Changing that to chromium-browser does the trick. This is a university-supplied & configured machine which recently had a system upgrade. They used not to provide chrome but now they do. They also provide Sage-8.0 as standard! John > > John > > > On Friday, October 20, 2017 at 7:38:58 AM UTC-7, John Cremona wrote: >> >> On 20 October 2017 at 15:34, John Cremona <[email protected]> wrote: >> > I am running Sage on a linux machine which has chromium-browser as the >> > default browser, but when I type >> > >> > sage --notebook=jupyter >> > >> > it starts firefox and opens in a tab there. How can I get it to use >> > chrome? >> >> >> sage --notebook=jupyter --browser=chromium-browser >> >> >> does work but can I make it the default? >> > >> > John > > -- > You received this message because you are subscribed to the Google Groups > "sage-support" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/sage-support. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sage-support. For more options, visit https://groups.google.com/d/optout.
