Lines Matching refs:to
12 Terminal application (or any other terminal emulator) are subject to the same
13 system security policies that are applied to applications launched from the
15 macOS will not let you execute those from the Terminal by default. In order to
18 * Run ``xattr -r -d com.apple.quarantine /path/to/folder`` where
19 ``path/to/folder`` is the path to the enclosing folder where the executables
20 you want to run are located.
23 and then scroll down to "Developer Tools". Then unlock the lock to be able to
24 make changes and check the checkbox corresponding to your terminal emulator of
25 choice. This will apply to any executable being launched from such terminal
28 Note that this section does **not** apply to executables installed with
37 While MacPorts is not officially supported in this guide, it is possible to use
38 MacPorts instead of Homebrew to get all the required dependencies on macOS.
39 Note also that you may need to install ``rust`` and ``cargo`` for the Python
40 dependencies to install correctly.