http://bugzilla.ecoinformatics.org/show_bug.cgi?id=5460
Christopher Brooks <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from Christopher Brooks <[email protected]> 2011-08-14 16:11:43 PDT --- The best way to handle this is to create a symoblic link: sudo ln -s /Applications/MATLAB_R2011a.app/bin/matlab /usr/bin/matlab I updated https://kepler-project.org/developers/teams/build/setting-up-mac-os-x-to-use-the-matlab-interface Unfortunately, adding a PATH variable to ~/.MacOSX/environment.plist has the undesired effect of overriding the previous settings, which in the default is /usr/bin:/bin:/usr/sbin:/sbin:/Applications/Kepler-2.3/Kepler.app/Contents/Resources/Java/r-2.3.0/lib:/Applications/Kepler-2.3/Kepler.app/Contents/Resources/Java/common-2.3.0/lib/ptolemy/matlab:/Applications/Kepler-2.3/Kepler.app/Contents/Resources/Java/common-2.3.0/lib:/Applications/Kepler-2.3/Kepler.app/Contents/Resources/Java/ptolemy-kepler-2.3.0/lib/ptolemy-lib One possibility is to set PATH to /usr/bin:/bin:/usr/sbin:/sbin:/Applications/MATLAB_R2011a.app/bin but this seems risky since the PATH might include -- Configure bugmail: http://bugzilla.ecoinformatics.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ Kepler-dev mailing list [email protected] http://lists.nceas.ucsb.edu/kepler/mailman/listinfo/kepler-dev
