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

相关推荐
心灵宝贝14 小时前
Kite Compositor for Mac v2.1.2 安装教程|DMG文件安装步骤(Mac用户必看)
macos
他们都不看好你,偏偏你最不争气18 小时前
【iOS】UIViewController
开发语言·macos·ios·objective-c·cocoa
李游Leo20 小时前
Rust 开发环境安装与 crates.io 国内源配置(Windows / macOS / Linux 全流程)
windows·macos·rust
库奇噜啦呼1 天前
【iOS】UIViewController生命周期
macos·ios·cocoa
开开心心loky1 天前
[iOS] 属性关键字
macos·ios·objective-c·cocoa·xcode
帅得不敢出门2 天前
macOS苹果电脑运行向日葵远程控制软件闪退
windows·macos·远程控制·向日葵
夏小花花2 天前
Mac m系列芯片向日葵打不开 解决方案
macos·mac
刹_那2 天前
MAC 多个版本 JDK进行切换
macos
应凌云2 天前
Mac环境Neovim 与 LazyVim 安装指南
macos
开开心心loky2 天前
[iOS] ViewController 的生命周期
macos·ui·ios·objective-c·cocoa