Modifying the search path to include the bin directory

As part of the post-installation procedures, the search path of each client host environment must include the DevOps Code ClearCase® bin directory.

Table 1. Setting the executable path to include the DevOps Code ClearCase bin directory
Shell environment Standard installation location (/opt/devops/clearcase) Alternate installation location (/opt/ccase)
.cshrc (C shell)
set path=($path /opt/devops/clearcase/bin)
setenv CLEARCASEHOME /opt/ccase
set path=($path $CLEARCASEHOME/bin)
.profile (Bourne or Korn shell)
PATH=${PATH}:/opt/devops/clearcase/bin
export PATH
CLEARCASEHOME=/opt/ccase
PATH=${PATH}:$CLEARCASEHOME/bin
export CLEARCASEHOME PATH
Note: The variable CLEARCASEHOME must be set if DevOps Code ClearCase is installed at a location other than /opt/devops/clearcase.