Hi I have installed robot framework and sub packages. But when I try to initialize I am getting this command not found error.
zsh: command not found: robot
I can see my pip3 installation packages in this path
/Users/atest/Library/Python/3.8/lib/python/site-packages
I can see two python versions
ls /Users/atest/Library/Python/
2.7 3.8
I tried setting export path zhrc nothing works for me. Any help will be appreciated.