
# Make sure that your path includes $KHOROS_HOME/bin

# KHOROS_HOME is the top level directory in which you installed
# the Khoros system.  (The example below assumes this is ~khoros)

# Modify your .cshrc so that it sets KHOROS_HOME
# then add the bins to your path and then
# source .khoros_env

setenv KHOROS_HOME ~khoros

# or setenv KHOROS_HOME /usr/local/khoros

set path=($KHOROS_HOME/bin $path)

source $KHOROS_HOME/dotfiles/khoros_env

# or move dotfiles/khoros_env to ~/.khoros_env
# and source .khoros_env
