#1129 closed defect (invalid)
the README should mention that /opt/local/sbin in PATH
Reported by: | olegb@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | base | Version: | 1.0 |
Keywords: | Cc: | ||
Port: |
Description (last modified by jmpalacios (Juan Manuel Palacios))
The README instructs the user to put the following in PATH
set path=($path /opt/local/bin) and export PATH=$PATH:/opt/local/bin
many ports use /opt/local/sbin for binaries and that directory should be in PATH also.
Change History (4)
comment:1 Changed 21 years ago by bchesneau@…
comment:2 Changed 21 years ago by wbb4@…
/opt/local is used because it is the default. I'm pretty sure that most places that /opt/local is mentioned explicitly, it also states something like "or $PREFIX/bin if you've elected to install DarwinPorts somewhere else".
comment:3 Changed 21 years ago by olegb@…
Resolution: | → invalid |
---|---|
Status: | new → closed |
i now disagree with my self, so i close this bug
comment:4 Changed 17 years ago by jmpalacios (Juan Manuel Palacios)
Component: | guide → base |
---|---|
Description: | modified (diff) |
Note: See
TracTickets for help on using
tickets.
Why /opt/local ? All port are installed in ${prefix}, by default /opt/local, but sometimes this path could be different like /opt/darwinports if we follow filesystems standards.