3.8.2 安装
https://www.cnblogs.com/sea-stream/p/12815341.html
wget https://www.python.org/ftp/python/3.8.1/Python-3.8.1.tgz
tar -zxvf Python-3.8.1.tgz
cd Python-3.8.1
sudo ./configure prefix=/usr/local/python3
sudo ./configure —enable-optimizations
sudo make && make install
whereis python
