>-bash: setenv: command not found setenv is a csh (or tcsh) builtin. I believe in Jaguar the default shell was tcsh, while it's been bash since Panther. In bash the equivalent command is: export VAR=value You can use chsh to change you shell back to tcsh if you'd like, do a: man chsh for the details. Brian