Installation: Difference between revisions
→XDS package for Macs with Apple M processors: add cd /usr/local/bin Tags: Mobile edit Mobile web edit Advanced mobile edit |
→macOS: remove modifying PATH in .profile , since .zprofile is enough Tags: Mobile edit Mobile web edit Advanced mobile edit |
||
Line 88: | Line 88: | ||
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. Also, this requires modification of the $PATH, by a one-time | 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. Also, this requires modification of the $PATH, by a one-time | ||
mkdir $HOME/bin | mkdir $HOME/bin | ||
echo 'export PATH=$PATH:$HOME/bin' >> ~/.zprofile</code> | echo 'export PATH=$PATH:$HOME/bin' >> ~/.zprofile</code> | ||