If you just want to see what directories are currently listed under $PATH go to the console and type
echo $PATH
if you want to add something to $PATH, which i don't think you'll have to as long as you put the script in a directory that's already in $PATH, but you do it as follows if you ever need to
export PATH=$PATH:/path/to/new/directory