setenv not working properly?

5 ビュー (過去 30 日間)
Guy Nir
Guy Nir 2017 年 9 月 19 日
コメント済み: Guy Nir 2017 年 9 月 19 日
Hi,
setenv and getenv used to work nicely for me, and enabled me to call other scripts using the unix command. recently it stopped working. Not sure when, but i am now using MATLAB 2017a, and mac OS Sierra 10.12.6.
For instance, from matlab command line:
unix('which perl') /bin/bash: which: command not found
ans =
127
While, from terminal:
which perl
/usr/bin/perl
Although i have defined the following on my startup.m: setenv('PATH','usr/bin:/usr/local/bin');
Does anyone know how to fix this? Thanks, Guy

採用された回答

Walter Roberson
Walter Roberson 2017 年 9 月 19 日
setenv('PATH','/usr/bin:/usr/local/bin')
You were missing a '/' before 'usr/bin'
  1 件のコメント
Guy Nir
Guy Nir 2017 年 9 月 19 日
Wow! I would have never notice that! Thank you!

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeWhos についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by