# This .bashrc is not part of the standard install script # # Created for the course 'Computer Systemen voor AI-programeurs' # # Script just calls softpkg # softpkg sets the PATH, MANPATH and LD_LIBRARY_PATH variables. # see man softpkg export PACKAGEPATH=$HOME/pkg/:/home/cs_ai/pkg/:/usr/local/pkg if [ -x /usr/local/bin/softpkg ]; then eval `/usr/local/bin/softpkg -b` else PATH=/bin:/usr/local/bin export PATH fi