当前位置:   article > 正文

mac os入门之安装 brew_mac os bash 安装brew

mac os bash 安装brew

 文档:The Missing Package Manager for macOS (or Linux) — Homebrew

1.简介

Homebrew 安装了Apple(或 Linux 系统)不需要的东西。  ​

Homebrew 将软件包安装到自己的目录,然后将文件符号链接到/usr/local

Homebrew 不会在其目录之外安装文件,可以将 Homebrew 安装放置喜欢的任何位置。

2.安装

需要在命令行执行脚本来安装,安装完必须执行 Next Steps,否则找不到命令

  1. % /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
  2. ==> Checking for `sudo` access (which may request your password)...
  3. Password:
  4. ==> This script will install:
  5. /opt/homebrew/bin/brew
  6. /opt/homebrew/share/doc/homebrew
  7. /opt/homebrew/share/man/man1/brew.1
  8. /opt/homebrew/share/zsh/site-functions/_brew
  9. /opt/homebrew/etc/bash_completion.d/brew
  10. /opt/homebrew
  11. Press RETURN/ENTER to c
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/花生_TL007/article/detail/66935
推荐阅读
相关标签
  

闽ICP备14008679号