how to add to path terminal code example
Example 1: linux add to path
export PATH=$PATH:/place/with/the/file
Example 2: mac add a directory to path
cp bin/phantomjs.app/Contents/MacOS/phantomjs /usr/local/bin
export PATH=$PATH:/place/with/the/file
cp bin/phantomjs.app/Contents/MacOS/phantomjs /usr/local/bin