Making sure /usr/local/bin is in my $PATH on mac

echo $PATH will print your path. If you see /usr/local/bin between some colons, then it’s in your path.

Leave a Comment