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

<pre lang="bash">
set path = ( /home/ubuntu $path )

Activate.

<pre lang="bash">
source .cshrc