If you use the Bourne shell, follow these steps:
Open your ~/.profile file in your preferred editor, and add the following lines at the end of the file:
PATH=install-directory/SUNWspro/bin:$PATH
MANPATH=install-directory/SUNWspro/man:install-directory/\
SUNWste/license_tools/man:$MANPATH
export MANPATH PATH
Save your .profile file
Reread your shell's initialization files by executing the following command:
$ . ~/.profile
The PATH and MANPATH variables need to be set in each user's environment for each user to get the current product.
Proceed to Chapter 4, Installing Your Licenses.