📜  在树莓派上安装 pip - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:20.989000             🧑  作者: Mango

代码示例2
#Do this first
sudo apt-get update

#Python 2
sudo apt-get install python-pip
#Python 3
sudo apt-get install python3-pip