之前安裝3.9有太多bug還是用回3.6.7
參考帖子:https://www.cnblogs.com/liqing1009/p/14844831.html
- 軟件/linux/Python-3.6.7.tgz
$ tar -zxvf Python-3.6.7.tgz
$ cd Python-3.6.7
$ ./configure --prefix=/home/xxx/xxx --enable-optimizations
$ make
$ make install
- 把python的
bin
文件夾寫入到環(huán)境變量