Answers for "macos zsh: command not found:"

0

mac os zsh: command not found: mysql

vi ~/.zshrc                                 // open the zsh config and edite
export PATH=${PATH}:/usr/local/mysql/bin/   // to add these words
source ~/.zshrc                            // make it work
Posted by: Guest on July-16-2021
2

zsh: command not found

PATH=/bin:/usr/bin:/usr/local/bin:${PATH}
export PATH
Posted by: Guest on August-02-2020

Code answers related to "macos zsh: command not found:"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language