Is it possible to change PATH temporarily?

13 vues (au cours des 30 derniers jours)
Michael Delafuente
Michael Delafuente le 27 Août 2019
Commenté : Sean de Wolski le 29 Août 2019
I'd like to be able to change my PATH variable between two different values easily without manually adding and removing paths from the PATH variable for Matlab. I have a usual setup with the PATH variable set to include all the default Matlab paths plus my little repository of custom functions I keep on my computer. I'm readying a project that will distribute some code and I'd like to make sure the scripts and functions I distribute are complete and don't depend on some script that's on my desktop's normal PATH. I created a folder called 'project' and put each of the final edits of the scripts and functions as I make them. It would be nice if I could flip a setting and my PATH changed to only the default Matlab paths plus the 'project' folders without manually removing my normal paths and then revert to my normal paths when I'm not working on the project. That way, if I call a function that I haven't edited and put into place in 'project', it won't run any scripts/functions in my normal PATh and I'll get the appropriate error to alert me that I still need to put that script/function in the 'project' folders.
Is there an easy way to do this without manually editing the PATH variable?

Réponse acceptée

Sean de Wolski
Sean de Wolski le 27 Août 2019
You really should look into using actual "Projects" in R2019a. They do exactly what you want.
  2 commentaires
the cyclist
the cyclist le 27 Août 2019
TIL!
Sean de Wolski
Sean de Wolski le 29 Août 2019
Most exciting 19a feature :)

Connectez-vous pour commenter.

Plus de réponses (1)

the cyclist
the cyclist le 27 Août 2019
This is not really an answer to your question, but this documentation about identifying program dependencies might also be useful to you.

Catégories

En savoir plus sur Adding custom doc dans Help Center et File Exchange

Tags

Produits


Version

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by