Python

升级 apt-get

sudo apt-get update

安装pip3

sudo apt-get install python3-pip

vim ~/.bash_profile
export PATH=$PATH:/home/ubuntu/.local/bin
source ~/.bash_profile