mac 配置ESP32开发环境
1\安装brew
/bin/bash -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)"
2\安装python
brew install python
3、安装pip
python3 -m ensurepip //升级pip python3 -m ensurepip –upgrade
4、其他
1\安装brew
/bin/bash -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)"
2\安装python
brew install python
3、安装pip
python3 -m ensurepip //升级pip python3 -m ensurepip –upgrade
4、其他