homebrew

作者: 大头青年 | 来源:发表于2016-07-23 18:11 被阅读19次

    homebrew安装

    MacOS上的软件包管理工具,类似Red hat的yum,Ubuntu的apt-get

    安装命令:

    ruby -e"$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

    使用

    搜索: brew search python(换成自己需要的软件名)

    安装:brew install python(换成自己需要的软件名)

    卸载:brew remove python(换成自己需要的软件名)

    相关文章

      网友评论

          本文标题:homebrew

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