Skip to content
Brian E. Granger edited this page Jan 25, 2015 · 2 revisions

Mathematica 10.0 is installed in /nfsopt/Wolfram/Mathematica/10.0. To run Mathematica, you will need to add the following line to your .bashrc file:

export PATH=/nfsopt/bin:$PATH

To run the traditional Mathematica notebook user interface, type

mathematica

at the command line, but make sure you have ssh’d using the -Y flag to enable X11 forwarding.

To run the non-graphical, command line version of Mathematica, type

math

Clone this wiki locally