首页 > 编程语言 > 详细

python tgz包安装

时间:2020-09-12 18:59:29      阅读:340      评论:0      收藏:0      [点我收藏+]

下载对应的python版本资源

http://www.python.org/ftp/python

解压缩

tar -xvzf Python-3.6.12.tgz

进入包并安装

root@debad1db080d:/home/elfin# cd Python-3.6.12
root@debad1db080d:/home/elfin/Python-3.6.12# ./configure --with-ssl
configure: WARNING: unrecognized options: --with-ssl
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for python3.6... no
checking for python3... no
checking for python... no
checking for --enable-universalsdk... no
checking for --with-universal-archs... no
checking MACHDEP... linux
checking for --without-gcc... no
checking for --with-icc... no
checking for gcc... no
checking for cc... no
checking for cl.exe... no
configure: error: in `/home/elfin/Python-3.6.12‘:
configure: error: no acceptable C compiler found in $PATH
See `config.log‘ for more details

编译

python tgz包安装

原文:https://www.cnblogs.com/dan-baishucaizi/p/13657968.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!