When I tried to install Python 3 through Homebrew, I got the following message. How can I fix this error?
I’m not familiar with command line, so I would appreciate if you could provide me with the exact commands to execute to resolve the issue.
Error: The following directories are not writable by your user:
/usr/local/share/man/man7
You should change the ownership of these directories to your user.
sudo chown -R $(whoami) /usr/local/share/man/man7
And make sure that your user has write permission.
chmod u+w /usr/local/share/man/man7
You have to change ownership on the mentioned directory by running the command:
sudo chown -R $(whoami) /usr/local/share/man/man7
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With