通过以下命令安装
brew install python3
异常:
Error: An unexpected error occurred during the `brew link` stepThe formula built, but is not symlinked into /usr/local
Permission denied @ dir_s_mkdir - /usr/local/Frameworks
Error: Permission denied @ dir_s_mkdir - /usr/local/Frameworks
解决办法:
sudo mkdir /usr/local/Frameworks
sudo chown $(whoami):admin /usr/local/Frameworks
brew link python3
本文介绍了解决使用brew安装Python3过程中遇到的权限错误的方法。通过具体步骤指导如何创建目录、设置权限并成功链接Python3。
5346

被折叠的 条评论
为什么被折叠?



