Unix (csh System) < 2. Environmental Variables < Stage C < Installation < Viivi's Cell < Entrance
Here the Viivi system directory is assumed to be
${HOME}/Viivi/
.
Append the two-lines
setenv VIIVI_HOME ${HOME}/Viivi/
setenv PATH ${PATH}:${VIIVI_HOME}
to the end of the environment configuration file in the home-directory
${HOME}/.cshrc or ${HOME}/.login
At the first line, don't forget to append '/' to the end of the line.
When you finished editing the environment configuration file,
load the file as follows,
in order to reflect the new settings.
Here,
%
is the prompt of
csh
.
% source ${HOME}/.cshrc⮠
or
% source ${HOME}/.login⮠
Please confirm the strings set to the environmental variables
VIIVI_HOME
and
PATH
,
using the command
echo
.
% echo ${VIIVI_HOME}⮠
% echo ${PATH}⮠
If you can see the Viivi system directory
${HOME}/Viivi/
in the string directed by each of the environmental variables,
the environmental settings are done.
Unix (sh System) < 2. Environmental Variables < Stage C < Installation < Viivi's Cell < Entrance
Exhibited on 2022/03/02
Copyright(C) 2003-2022 ilma <ilma@viivi.io> All rights reserved.