1,download package
# wget https://www.python.org/ftp/python/3.8.1/Python-3.8.1.tar.xz
2,decompress
# xz -d Python-3.8.1.tar.xz
# tar xf Python-3.8.1.tar
3,install
# ./configure
# make
# make install
4,update link
https://zhuanlan.zhihu.com/p/34024112
https://www.jianshu.com/p/82ffab104cb6
ctypes报错处理