mac

打开终端,输入

1.ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

 

看到

Installation successful! 代表安装成功

配置一下path

2.echo 'eval "$(/opt/homebrew/bin/brew shellenv)"' >> /Users/haoxing/.zprofile

3.haoxing@haodeMBP ~ %

4 brew -v 展示版本号,验证成功 

相关文章:

  • 2022-12-23
  • 2021-10-21
  • 2021-04-20
  • 2021-06-09
  • 2022-12-23
  • 2021-11-23
  • 2021-04-18
  • 2021-05-14
猜你喜欢
  • 2022-01-10
  • 2021-06-26
  • 2021-06-01
  • 2021-09-21
  • 2022-12-23
  • 2021-12-04
  • 2022-12-23
相关资源
相似解决方案