You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Brew suggests changing the ownership of /usr/local/bin to the normal user instead of root. Then it should work. And run the doctor if brew to see if everything's fine.
I'm trying to install on Mac using
pip3 install --upgrade --pre acdcli
It fails with
PermissionError: [Errno 13] Permission denied: '/usr/local/bin/acd_cli'
Should I run with
sudo
?I also have homebrew installed, maybe that's interfering?
Thanks!
The text was updated successfully, but these errors were encountered: