The key final stage is to add the new cross-platform utilities to the search path, so they can be found in subsequent stages. For sh and bash users:
export PATH=/opt/or32/bin:$PATH
For csh and tcsh users:
setenv PATH /opt/or32/bin:$PATH
Tip | |
---|---|
It is useful to add these environment setup commands to
|