1、下载源码包
2、解压tar -zxvf Python-3.7.1.tgz
3、在解压目录下执行./configure,(确认已安装gcc)
4、make
5、make install
6、结果测试 执行python3命令,输入print(“hello world””)
1、下载源码包
2、解压tar -zxvf Python-3.7.1.tgz
3、在解压目录下执行./configure,(确认已安装gcc)
4、make
5、make install
6、结果测试 执行python3命令,输入print(“hello world””)