Skip to content

Commit bfdcc47

Browse files
mw-wtrippPrabhakar Kumar
authored andcommitted
Fixes documentation of default install destination on macOS.
1 parent a4e00ef commit bfdcc47

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
lines changed

MPM.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Give the downloaded file executable permissions so that you can run `mpm`.
6565
`--release <release>` | <p>Release to install.</p><ul><li>To install the latest version of a release, specify the release name. Example: `R2023b`</li><li>To install a specific update release, specify the release name with an update number suffix. Example: `R2023bU4`</li><li>To install a release without updates, specify the release name with an update 0 or general release suffix. Example: `R2023bU0`, `R2023bGR`</li></ul><p>**Example**: `--release R2023b`</p>
6666
`--products <product1 ... productN>` | <p>Products to install, specified as a list of product names separated by spaces.</p><p>`mpm` can install most MathWorks products and support packages. For the full list of correctly formatted product names, download the template input file for your desired release from the [mpm-input-files](mpm-input-files) folder and view the product and support package lists.</p><p>You do not need to specify all required products. If a product or support package requires another product to be installed, `mpm` installs it automatically.</p><p>For information on products `mpm` cannot install, see [Limitations](#limitations).</p><p>**Example:** `--products MATLAB Simulink Fixed-Point_Designer` installs MATLAB, Simulink, and Fixed-Point Designer.</p><p>**Example:** `--products Deep_Learning_Toolbox` installs Deep Learning Toolbox and also installs its required product, MATLAB, automatically.</p>
6767
`--inputfile </full/path/to/file>` | <p>Full path to the input file used to install products.</p><p>Download a template input file for your desired release from the [mpm-input-files](mpm-input-files) folder and customize it for your installation. For example, you can specify the products and support packages to install and the desired installation folder.</p><p>You must specify `--inputfile` without any other options.</p><p>**Example:** `--inputfile /home/<USER>/matlab/mpm_input_r2023b.txt`</p>
68-
`--destination </full/path/to/destination>` | <p>Full path to the installation destination folder.</p><p>If you are adding products or support packages to an existing MATLAB installation, specify the full path to where MATLAB is installed. `mpm` determines the folder to which to install support packages based on the MATLAB installation folder.</p><p>If you do not set `--destination`, then `mpm` installs to these locations by default, where `<release>` is the specified `--release` option.</p><p>**Linux:** `/usr/share/matlab`</p><p>**Windows:** `C:\Program Files\MATLAB\<release>`<ul><li>If the Windows machine already includes a MATLAB installation for the specified release, then `mpm` uses the installation folder of that MATLAB release as the default destination.</li></ul></p><p>**macOS:** `/Applications`</p>
68+
`--destination </full/path/to/destination>` | <p>Full path to the installation destination folder.</p><p>If you are adding products or support packages to an existing MATLAB installation, specify the full path to where MATLAB is installed. `mpm` determines the folder to which to install support packages based on the MATLAB installation folder.</p><p>If you do not set `--destination`, then `mpm` installs to these locations by default, where `<release>` is the specified `--release` option.</p><p>**Linux:** `/usr/share/matlab`</p><p>**Windows:** `C:\Program Files\MATLAB\<release>`<ul><li>If the Windows machine already includes a MATLAB installation for the specified release, then `mpm` uses the installation folder of that MATLAB release as the default destination.</li></ul></p><p>**macOS:** `/Applications/MATLAB/<release>`</p>
6969
`--source </full/path/to/source>` | <p>Full path to the installation source. You can specify one of these sources:</p><ul><li>**Downloaded product files.** For more details, see [Download Products Without Installing](https://www.mathworks.com/help/install/ug/download-without-installing.html). *(R2018b and later releases)*</li><li>**An ISO or DMG image.** You can download images from [MathWorks Downloads](https://www.mathworks.com/downloads). *(R2021b and later releases)*</li></ul><p>If you do not set `--source`, then `mpm` downloads the the product files from MathWorks.</p>
7070
`--doc` | <p>Flag to install documentation and examples. *(R2022b and earlier releases)*</p><p>To install the documentation in R2023a and later, see [Install Documentation](#install-documentation).</p>
7171
`--no-gpu` | <p>Flag to skip installation of GPU libraries when you install Parallel Computing Toolbox. *(R2023a and later releases)*</p><p>If you do not intend to use GPU computing in MATLAB, specify this option to reduce the size of the install. You can install the GPU libraries later by calling a GPU function such as `gpuArray` or `gpuDevice` in MATLAB.</p>

mpm-input-files/R2019a/mpm_input_r2019a.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
## Example:
5151
## (Windows) destinationFolder=C:\Program Files\MATLAB\RXXXX
5252
## (Linux) destinationFolder=/usr/local/RXXXX
53-
## (macOS) destinationFolder=/Applications
53+
## (macOS) destinationFolder=/Applications/MATLAB/RXXXX
5454
##
5555
## Set the desired value for destinationFolder and
5656
## uncomment the following line.

mpm-input-files/R2019b/mpm_input_r2019b.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
## Example:
5151
## (Windows) destinationFolder=C:\Program Files\MATLAB\RXXXX
5252
## (Linux) destinationFolder=/usr/local/RXXXX
53-
## (macOS) destinationFolder=/Applications
53+
## (macOS) destinationFolder=/Applications/MATLAB/RXXXX
5454
##
5555
## Set the desired value for destinationFolder and
5656
## uncomment the following line.

mpm-input-files/R2020a/mpm_input_r2020a.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
## Example:
5151
## (Windows) destinationFolder=C:\Program Files\MATLAB\RXXXX
5252
## (Linux) destinationFolder=/usr/local/RXXXX
53-
## (macOS) destinationFolder=/Applications
53+
## (macOS) destinationFolder=/Applications/MATLAB/RXXXX
5454
##
5555
## Set the desired value for destinationFolder and
5656
## uncomment the following line.

mpm-input-files/R2020b/mpm_input_r2020b.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
## Example:
5151
## (Windows) destinationFolder=C:\Program Files\MATLAB\RXXXX
5252
## (Linux) destinationFolder=/usr/local/RXXXX
53-
## (macOS) destinationFolder=/Applications
53+
## (macOS) destinationFolder=/Applications/MATLAB/RXXXX
5454
##
5555
## Set the desired value for destinationFolder and
5656
## uncomment the following line.

mpm-input-files/R2021a/mpm_input_r2021a.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
## Example:
5151
## (Windows) destinationFolder=C:\Program Files\MATLAB\RXXXX
5252
## (Linux) destinationFolder=/usr/local/RXXXX
53-
## (macOS) destinationFolder=/Applications
53+
## (macOS) destinationFolder=/Applications/MATLAB/RXXXX
5454
##
5555
## Set the desired value for destinationFolder and
5656
## uncomment the following line.

mpm-input-files/R2021b/mpm_input_r2021b.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
## Example:
5151
## (Windows) destinationFolder=C:\Program Files\MATLAB\RXXXX
5252
## (Linux) destinationFolder=/usr/local/RXXXX
53-
## (macOS) destinationFolder=/Applications
53+
## (macOS) destinationFolder=/Applications/MATLAB/RXXXX
5454
##
5555
## Set the desired value for destinationFolder and
5656
## uncomment the following line.

mpm-input-files/R2022a/mpm_input_r2022a.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
## Example:
5151
## (Windows) destinationFolder=C:\Program Files\MATLAB\RXXXX
5252
## (Linux) destinationFolder=/usr/local/RXXXX
53-
## (macOS) destinationFolder=/Applications
53+
## (macOS) destinationFolder=/Applications/MATLAB/RXXXX
5454
##
5555
## Set the desired value for destinationFolder and
5656
## uncomment the following line.

mpm-input-files/R2022b/mpm_input_r2022b.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
## Example:
5151
## (Windows) destinationFolder=C:\Program Files\MATLAB\RXXXX
5252
## (Linux) destinationFolder=/usr/local/RXXXX
53-
## (macOS) destinationFolder=/Applications
53+
## (macOS) destinationFolder=/Applications/MATLAB/RXXXX
5454
##
5555
## Set the desired value for destinationFolder and
5656
## uncomment the following line.

mpm-input-files/R2023a/mpm_input_r2023a.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
## Example:
5151
## (Windows) destinationFolder=C:\Program Files\MATLAB\RXXXX
5252
## (Linux) destinationFolder=/usr/local/RXXXX
53-
## (macOS) destinationFolder=/Applications
53+
## (macOS) destinationFolder=/Applications/MATLAB/RXXXX
5454
##
5555
## Set the desired value for destinationFolder and
5656
## uncomment the following line.

0 commit comments

Comments
 (0)