Sunday, August 2, 2015

Set Command Line Path

export PATH="/USERS/joesmith/bin:$PATH"
  1. Put the following in you .bashrc or .bash_profile in you root/home directory:   export PATH="/USERS/joesmith/bin:$PATH"
  2. Restart Terminal


No comments: