当我尝试通过 Homebrew 安装 Python 3 时,收到以下消息。我该如何解决这个错误?
我不熟悉命令行,所以如果您能为我提供确切的命令来执行以解决问题,我将不胜感激。
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
原文由 Jaehyeon Robert Han 发布,翻译遵循 CC BY-SA 4.0 许可协议
您必须通过运行以下命令更改上述目录的所有权: