macos – Making sure /usr/local/bin is in my $PATH on mac
macos – 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 its in your path.
open terminal and type the command below
echo $PATH
You should see something like this
/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin
the presence of /usr/local/bin
in the output means you are good to go
macos – Making sure /usr/local/bin is in my $PATH on mac
Related posts on Macos :
- macos – Java/JDK for the Apple M1 chip
- macos – OpenSSL and Rand_bytes
- macos – Setup local LDAP server in mac OSX
- macos – Remote debugging using lldb/Xcode
- macos – Gulp command not found after install
- How do I get out of macOS X Utilities screen?
- How do you get to macOS Utilities screen?
- Does macOS High Sierra have Bluetooth?
- macos – How to install pdftk on Mac OS X