yadayada / acd_cli

An unmaintained command line interface and FUSE filesystem for Amazon (Cloud) Drive
Other
1.35k stars 167 forks source link

Permission denied when trying to install on Mac OSX (10.11.5) #528

Open dzg opened 7 years ago

dzg commented 7 years ago

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!

Grimeton commented 7 years ago

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.