安裝python3.6
sudo apt-get install software-properties-common sudo add-apt-repository ppa:jonathonf/python-3.6 ##檢查包並安裝 sudo apt-get update sudo apt-get install python3.6
安裝配套python3.6的pip
curl https://bootstrap.pypa.io/get-pip.py | sudo python3.6
查看pip關聯的python版本
pip -V