I did install sqlfluff
on my mac with M1 chip using the command;
pip3 install sqlfluff==0.7.0
. It went through the installation process as expected and I was able to locate .sqlfluff
config file at proper location. But when I run the command sqlfluff --verison
I am getting following error.
zsh: command not found: sqlfluff
Can I kindly get some help to debug it? thanx