美文网首页
Homebrew安装python3时出现“Error: Perm

Homebrew安装python3时出现“Error: Perm

作者: 慢游世界 | 来源:发表于2019-04-02 21:48 被阅读0次
    1. 先创建提示中的目录“/usr/local/Frameworks”
    >sudo mkdir /usr/local/Frameworks
    

    2.改变该目录的用户和群组

    >sudo chown 此处换成用户名:admin /usr/local/Frameworks
    

    3.重新安装

    >brew install python3
    

    发现提示 Warning: python 3.7.3 is already installed, it's just not linked,原来是已经安装了,还没链接。

    4.重新链接

    >brew link python
    

    相关文章

      网友评论

          本文标题:Homebrew安装python3时出现“Error: Perm

          本文链接:https://www.haomeiwen.com/subject/lfnnbqtx.html