Mac 下安装和使用 Homebrew | Wulicode #6
Replies: 1 comment
-
安装脚本有误, 应该调整为
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Mac 下安装和使用 Homebrew | Wulicode
Homebrew 是一款 Mac OS 平台下的软件包管理工具,拥有安装、卸载、更新、查看、搜索等很多实用的功能。简单的一条指令,就可以实现包管理,而不用你关心各种依赖和文件路径的情况,十分方便快捷。对于熟悉 Linux 的同学来讲,Homebrew 有点像 RedHat 的 yum 或者 Ubuntu 的 apt-get。使用 Homebrew 第一步就是安装它,这个在它的主页 https://brew.sh 上有明确的文档,最简单的方式只需要一行命令:这是一个 Ruby 脚本,执行这个安装脚本就可以完成 Homebrew 所有安装操作。对于加速安装, 这里使用国内 清华源,
https://www.wulicode.com/os/mac/homebrew.html
Beta Was this translation helpful? Give feedback.
All reactions