• mac安装brew


    brew是什么

    Homebrew是 mac的包管理器,仅需执行相应的命令,就能下载安装需要的软件包,可以省掉自己去下载、解压、拖拽(安装)等繁琐的步骤

    安装方法

    1、官方(不推荐)

    /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"

    2、其他(推荐)

    /bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)"

     验证

    brew -v,使用此命令,出现下面则说明安装成功
    haizhideMBP-78:~ haizhi$ brew -v
    
    Homebrew 3.3.6-40-g6e116ff
    
    Homebrew/homebrew-core (git revision df0e94b2a93; last commit 2021-12-02)
  • 相关阅读:
    Codeforces
    Codeforces
    SCUT
    模板
    SCUT
    SCUT
    模板
    SCUT
    UVA 437 "The Tower of Babylon" (DAG上的动态规划)
    UVA 1025 "A Spy in the Metro " (DAG上的动态规划?? or 背包问题??)
  • 原文地址:https://www.cnblogs.com/Durant0420/p/15634091.html
Copyright © 2020-2023  润新知