mac homebrew 安装

Homebrew has enabled anonymous aggregate formulae and cask analytics.

Read the analytics documentation (and how to opt-out) here:

No analytics data has been sent yet.

Homebrew is run entirely by unpaid volunteers. Please consider donating:

Next steps:

  • To add Homebrew to your PATH, add to your shell profile (e.g. ~/.bash_profile or ~/.zprofile):
    • eval "$(/opt/homebrew/bin/brew shellenv)" on Apple Silicon
    • eval "$(/usr/local/bin/brew shellenv)" on Intel
  • Run brew help to get started
  • Further documentation:

Rm -rf ~/.zsh.... // 删除历史记录

Echo $SHELL // 查看用的是哪个终端

cat /etc/shells // 查看所有的终端

Chsh -s /bin/zsh // 切换成 zsh 终端

  • 打开"终端"。
  • 输入命令 chsh -s /bin/bash 来切换到 bash。
  • 输入命令 chsh -s /bin/zsh 来切换回 zsh。

打开 moren 的终端: open ~/.zshrc ,没有的情况就自动创建一个:touch ~/.zhsrc

查找安装目录:which brew

larave@laraveldeMacBook-Pro ~ % which brew

/opt/homebrew/bin/brew

配制环境变量:export PATH=${PATH}:/usr/local/xxx(你的地址)

export PATH="/usr/local/Homebrew/bin:$PATH"

以下两个链接:安装brew

重要的源文件链接: 清华源:

https://mirrors.tuna.tsinghua.edu.cn/help/homebrew/

https://www.bilibili.com/video/BV1TJ4m157Sm/?spm_id_from=333.337.search-card.all.click\&vd_source=3fa570246e6039c5aaa3b3950fd03f45

Mac安装Homebrew实操_哔哩哔哩_bilibili

以下是一键执行操作:

https://zhuanlan.zhihu.com/p/111014448

这个链接可以看看:

【Mac】6: 苹果电脑必装大神器 Homebrew !没有装它,你的苹果电脑就不能发挥最大作用_哔哩哔哩_bilibili

Xcode 安装 :

Command Line Tools

xcode-select 是 macOS 上的一个命令行工具,可以帮助你在终端中管理当前使用的 Xcode 版本

如果已经安装过Xcode Command Line Tools,那么需要把之前安装的删除,再安装:

rm -rf /Library/Developer/CommandLineTools

xcode-select --install

确认Xcode Command Line Tools正确安装在:/Library/Developer/CommandLineTools

xcode-select -p

确认安装版本

xcode-select --version

相关推荐
pe7er3 天前
macOS 应用无法打开(权限问题)解决方案
macos·mac
harmful_sheep5 天前
mac生效的终端查看
macos
iOS门童6 天前
macOS 应用"已损坏"无法打开?一文搞懂 Gatekeeper 与解决方案
macos
NPE~6 天前
[工具分享]Maccy —— 优雅的 macOS 剪贴板历史管理工具
macos·教程·工具·实用工具
差不多程序员6 天前
Mac安装OpenClaw-cn保姆级教程
macos
dzl843946 天前
mac 安装python
开发语言·python·macos
Bruce_Liuxiaowei6 天前
在 macOS 上通过 Docker 本地安装 OpenClaw 完整教程
macos·docker·容器·openclaw
阿捏利6 天前
详解Mach-O(十五)Mach-O __DATA_CONST
macos·ios·c/c++·mach-o
ShikiSuen6 天前
macOS 的 CpLk 中英切换卡顿的元凶在 InputMethodKit 本身
macos
xiayutian_c6 天前
如虎添翼-MacOS
macos