matlab change my environment variable $PATH, Can I remove them from $PATH?

5 vues (au cours des 30 derniers jours)
Hao Zhang
Hao Zhang le 8 Avr 2016
Commenté : Hao Zhang le 16 Avr 2016
there is
C:\Program Files\MATLAB\R2015b\runtime\win64;C:\Program Files\MATLAB\R2015b\bin
in my environment variable $PATH, what is the use? Can I remove them from $PATH?
If I remove them from $PATH, will matlab break?
thank you
  3 commentaires
Adam
Adam le 8 Avr 2016
Well, they get added as part of the install process so I assume they need to be there. You can try removing them though and then just re-add them if/when it breaks.
Hao Zhang
Hao Zhang le 16 Avr 2016
@Walter Roberson , in cmd it is %PATH% and in powershell it is $PATH , they are the same thing....

Connectez-vous pour commenter.

Réponse acceptée

Rohit Kudva
Rohit Kudva le 14 Avr 2016
Hi Hao,
Removing those paths from the system's PATH environment variable should not ideally break anything in MATLAB. But with 'C:\Program Files\MATLAB\R2015b\bin' path removed, while using the terminal, you would would have to first change your current directory to 'C:\Program Files\MATLAB\R2015b\bin' before being able to run matlab.exe. Having that path to the MATLAB executable in the PATH environment variable allows you to start MATLAB from command prompt from any directory.
- Rohit

Plus de réponses (0)

Catégories

En savoir plus sur Startup and Shutdown dans Help Center et File Exchange

Produits

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by