# Put the following into your ~/.profile (The file which will be sourced on graphical login)) SILECS_VERSION=1.2.3 # Whatever you want to use export PATH=/common/usr/cscofe/silecs/silecs-cli/$SILECS_VERSION/:$PATH export PATH=/common/usr/cscofe/silecs/silecs-cli-client/$SILECS_VERSION/bin/x86_64:$PATH # re-load .profile to make use of the changes: source ~/.profile # Check if you can use the silecs script now: silecs -h