matlab-dockerfile icon indicating copy to clipboard operation
matlab-dockerfile copied to clipboard

Inconsistent installation directories

Open admclrk opened this issue 1 year ago • 2 comments

There are several inconsistencies in the installation paths. Here, I am just describing Linux paths, however similar inconsistencies exists for other OSs.

  • The default installation path provided by the GUI installer is usr/local/MATLAB/R2024a
  • The default installation path in the Dockerfile README is /opt/matlab/r2024a
  • The default installation path described in the Dockerfile comments is /opt/matlab/R2024a
    • Note that the actual installation path matches the README at /opt/matlab/r2024a
  • The default installation path in the MPM README is /usr/share/matlab
  • The default installation path in the mpm input file is /usr/local/R2024a

admclrk avatar Jun 06 '24 14:06 admclrk