2,684
edits
(→macOS: continue fixing explanations of where root is needed) Tags: Mobile edit Mobile web edit Advanced mobile edit |
(→macOS: continued) Tags: Mobile edit Mobile web edit Advanced mobile edit |
||
Line 81: | Line 81: | ||
== macOS == | == macOS == | ||
Become familiar with the concept and ways to run commands as "root" (administrator) - google "mac osx become root". All the installation tasks that are run in a Terminal window require root privileges, since some of the programs and their links are written to /usr/local/bin. (As an alternative that does not require root for installation, one may create a directory $HOME/bin and use that for the programs and links. That would also require modification of the $PATH, by a one-time | Become familiar with the concept and ways to run commands as "root" (administrator) - google "mac osx become root". All the installation tasks that are run in a Terminal window require root privileges, since some of the programs and their links are written to /usr/local/bin. (As an alternative that does not require root for installation, one may create a directory $HOME/bin and use that for the programs and links. That would also require modification of the $PATH, by a one-time | ||
echo 'export PATH=$PATH:$HOME/bin' >> ~/.profile | |||
echo 'export PATH=$PATH:$HOME/bin' >> ~/.zprofile</code> | |||
) | |||
If /usr/local/bin does not yet exist, prepare the following steps by opening the Terminal window, and then | |||
sudo | sudo mkdir /usr/local/bin | ||
=== [[XDS]] package === | === [[XDS]] package === |