How can I get /Users/username/depot_tools to be apart of the list when I enter the command echo $PATH
. Currently this is what terminal gives me:
MacBook-Pro:~ bianca$ echo $PATH
/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin
But what I want is:
/Users/bianca/depot_tools:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin