How to add path in csh. Open or create .cshrc file. Add to an existing path.

set path = ( /home/ubuntu $path )

Activate.

source .cshrc