I recently installed Wolfram Mathematica as a .sh file. I ran it using bash and it took me through installation. It said that the installation directory should be
/usr/local/Wolfram/Mathematica/10.1and my scripts would be placed in
/usr/local/binIt then said installation complete.
I typed
mathematicainto the terminal and it returned
mathematica: command not foundI have looked for the directory /usr/local/Wolfram and it does not exist and I have rebooted my computer. I looked at this question and 'which' has not helped me with keywords 'mathematica' or 'wolfram'. How do I find the program and run it?
141 Answer
For your case:
ls -l /usr/local/Wolfram/Mathematica/10.1gives
ls: cannot access /usr/local/Wolfram/Mathematica/10.1: No such file or directoryThis leads to conclusion that some error happen and you don't really install it.
so rerun the script again as mentioned here
sudo bash installer.shand follow instructions carefully and its better to keep the default settings
2