Answers for "Warning: Homebrew's "sbin" was not found in your PATH but you have installed"

0

Warning: Homebrew's sbin was not found in your PATH but you have installed formulae that put executables in /usr/local/sbin.

export PATH="/usr/local/bin:$PATH"
source ~/.bash_profile
Posted by: Guest on December-23-2020
0

Warning: Homebrew's "sbin" was not found in your PATH but you have installed

echo 'export PATH="/usr/local/sbin:$PATH"' >> ~/.zshrc
Posted by: Guest on March-26-2021

Code answers related to "Warning: Homebrew's "sbin" was not found in your PATH but you have installed"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language