安装brew

简介: brew

简介: Mac平台出现brew command not found问题解决方法
错误:zsh: command not found: brew

解决:mac 安装homebrew

/bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)"
1、中科大下载源

2、清华大学下载源

3、北京外国语大学下载源

4、腾讯下载源

5、阿里巴巴下载源

序列号选择如:1 中科大

输入开机密码完成安装

输入使用源编号如:5 阿里源

输入:source /Users/wanghui/.zprofile

相关文章
|
Shell 开发工具 git
brew - 常用命令
brew - 常用命令
943 0
|
2月前
|
数据安全/隐私保护 iOS开发 MacOS
Homebrew 安装使用
【10月更文挑战第5天】Homebrew 是一款用于 MacOS 系统的软件包管理工具,能够便捷地安装、卸载及更新各类软件与工具。通过终端执行简单命令即可完成安装,并利用 `brew` 命令进行软件搜索、安装、更新和卸载等操作,极大提升了用户管理软件的效率。安装前需确认已安装 Xcode Command Line Tools。
380 6
|
4月前
pip换源
pip换源
118 0
|
5月前
|
Ubuntu Linux iOS开发
|
7月前
|
Shell 开发工具 iOS开发
macos 安装brew
macos 安装brew
162 0
|
缓存 开发工具 git
Homebrew安装
Homebrew安装
|
Linux Shell 开发工具
MacOS安装Homebrew与Oh-My-Zsh
MacOS安装Homebrew与Oh-My-Zsh
2815 0
|
Linux Python
|
Linux
Centos下pip3 install pycrypto安装失败的解决办法
Centos下pip3 install pycrypto安装失败的解决办法
1583 0
Centos下pip3 install pycrypto安装失败的解决办法
|
Linux Unix
brew
Homebrew 都干了什么 安装完毕Homebrew之后, 可以说整个/usr/local/下的东西都是Homebrew自动创建出来的, 一个新的Mac系统默认情况下/usr/local是空的, 安装了Homebrew之后就有了bin, sbin, share, Cellar, Homebrew...
1715 0