knxm / mathlibre

Live Linux for Mathematical Software
Other
18 stars 6 forks source link

/usr/local/bin/sage #20

Open knxm opened 11 years ago

knxm commented 11 years ago

We have to configure SAGE_BROWSER in /usr/local/bin/sage.

seijimtmt commented 11 years ago

Since both iceweasel and chromium are installed, it might be more flexible to use their generic name.

SAGE_BROWSER=x-www-browser
export SAGE_BROWSER

assuming both browsers have no critical problems to run sage... (currently x-www-browser is linked to /usr/bin/iceweasel)

seijimtmt commented 11 years ago

Oh sorry, sage seems to detect x-www-browser successfully without setting SAGE_BROWSER. I tried running sage5.7 on mathlibre-debian-amd64-20130305-en.iso, and checked if the notebook browser should be changed with

sudo update-alternatives --config x-www-browser