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

文章目录

  • 1. 安装命令
  • 2. 测试

1. 安装命令

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

2. 测试

pip -h

你可能感兴趣的:(Windows,&,MacOS,macos,pip)