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!