Python 安装

安装 Python

安装 pip

# Ubuntu 自带安装 3.8
sudo apt install python3
sudo apt install python3-pip