Categories
JavaScript Answers

How to check if /usr/local/bin is in $PATH on Mac?

Spread the love

To check if /usr/local/bin is in $PATH on Mac, we print the $PATH environment variable value.

To do this, we run

echo $PATH

and check if /usr/local/bin is included in the screen output.

By John Au-Yeung

Web developer specializing in React, Vue, and front end development.

Leave a Reply

Your email address will not be published. Required fields are marked *