Created
January 4, 2017 10:24
-
-
Save jerlich/1d336cdc0505a7b3e5f918c599037f5c to your computer and use it in GitHub Desktop.
Failed attempt to unsandbox MATLAB on macOS Sierra
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/zsh | |
# Under MacOS Sierra, applications are by default run in a sandbox... i tried to un-sandbox matlab, but it did not work. | |
# Instead just start matlab from the terminal. | |
sudo spctl --add --label "user app" /Applications/MATLAB_R2015b.app |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment