赞
踩
MacOS 报错提示
zsh: command not found: wget
1. 执行以下命令,安装wget命令工具。如果提示缺少 brew 依赖,参照下一节安装 Homebrew 部分解决问题。
- brew install libunistring
-
- brew install openssl@1.1
-
- brew install wget
2. 验证wget工具。
1. 进入官网,Homebrew — The Missing Package Manager for macOS (or Linux)
2. 复制安装命令
3. MacOS命令行,执行命令。
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
4. 验证brew工具,执行 brew -v 命令。
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。