While processing with Mac terminal, sometimes I got a message like 'something is not command'.
I think there's a way to declare path globally where I am. (Such as 'brew')
I want to add path in the list that when I 'echo $PATH'
'export Path=~/path/bin:$PATH' is defined and evaporated when I exit the terminal.
Share your knowledge to me. Thanks.