Mac ❀ 如何在MacOS上安装pip软件包

1. 安装命令

# 下载
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
# 安装
python3 get-pip.py

2. 测试

pip -h