在终命令行中输入,分别启动 python2 和 python3
分别用以下命令安装pip、pip3
sudo apt install python-pip
sudo apt install python3-pip
pip是python的包管理器