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. You can also run the command line version of Mathematica using the math command.

Clone this wiki locally