Why do I get the error "Command 'mpm' not found" when using MATLAB Package Manager on Linux?
10 ビュー (過去 30 日間)
古いコメントを表示
MathWorks Support Team
2023 年 2 月 1 日
回答済み: MathWorks Support Team
2023 年 2 月 1 日
Why do I get the error "Command 'mpm' not found, but there are 19 similar ones." when using MATLAB Package Manager on Linux?
採用された回答
MathWorks Support Team
2023 年 2 月 1 日
Please make sure that you have already downloaded mpm with wget. If you have already done this, you'll need to execute your mpm command with ./ (For example: ./mpm install --release=R2022b --destination=/home/username/matlab --products MATLAB).
Unless mpm is downloaded to /usr/local/bin, you have to add ./ before calling to mpm.
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Install Products についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!